Home
last modified time | relevance | path

Searched refs:FE_DISEQC_RESET_OVERLOAD (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/dvb/
Dfe-diseqc-reset-overload.rst6 ioctl FE_DISEQC_RESET_OVERLOAD
12 FE_DISEQC_RESET_OVERLOAD - Restores the power to the antenna subsystem, if it was powered off due -…
18 .. c:function:: int ioctl( int fd, FE_DISEQC_RESET_OVERLOAD, NULL )
19 :name: FE_DISEQC_RESET_OVERLOAD
/Linux-v4.19/include/uapi/linux/dvb/
Dfrontend.h890 #define FE_DISEQC_RESET_OVERLOAD _IO('o', 62) macro
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_frontend.c2492 case FE_DISEQC_RESET_OVERLOAD: in dvb_frontend_handle_ioctl()