Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/userspace-api/media/dvb/
Dfe-diseqc-reset-overload.rst7 ioctl FE_DISEQC_RESET_OVERLOAD
13 FE_DISEQC_RESET_OVERLOAD - Restores the power to the antenna subsystem, if it was powered off due -…
18 .. c:macro:: FE_DISEQC_RESET_OVERLOAD
20 ``int ioctl(int fd, FE_DISEQC_RESET_OVERLOAD, NULL)``
/linux-6.12.1/include/uapi/linux/dvb/
Dfrontend.h939 #define FE_DISEQC_RESET_OVERLOAD _IO('o', 62) macro
/linux-6.12.1/drivers/media/dvb-core/
Ddvb_frontend.c2551 case FE_DISEQC_RESET_OVERLOAD: in dvb_frontend_handle_ioctl()