Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A 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)``
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/
H A Dfrontend.h890 #define FE_DISEQC_RESET_OVERLOAD _IO('o', 62) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dfrontend.h890 #define FE_DISEQC_RESET_OVERLOAD _IO('o', 62) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/
H A Dfrontend.h890 #define FE_DISEQC_RESET_OVERLOAD _IO('o', 62) macro
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_frontend.c2509 case FE_DISEQC_RESET_OVERLOAD: in dvb_frontend_handle_ioctl()