Home
last modified time | relevance | path

Searched refs:FE_SET_FRONTEND_TUNE_MODE (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dfe-set-frontend-tune-mode.rst7 ioctl FE_SET_FRONTEND_TUNE_MODE
13 FE_SET_FRONTEND_TUNE_MODE - Allow setting tuner mode flags to the frontend.
18 .. c:macro:: FE_SET_FRONTEND_TUNE_MODE
20 ``int ioctl(int fd, FE_SET_FRONTEND_TUNE_MODE, unsigned int flags)``
H A Ddvbapi.rst101 documents FE_SET_FRONTEND_TUNE_MODE and
/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.h905 #define FE_SET_FRONTEND_TUNE_MODE _IO('o', 81) /* unsigned int */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dfrontend.h905 #define FE_SET_FRONTEND_TUNE_MODE _IO('o', 81) /* unsigned int */ 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.h905 #define FE_SET_FRONTEND_TUNE_MODE _IO('o', 81) /* unsigned int */ macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dfrontend.h.rst.exceptions37 replace define FE_TUNE_MODE_ONESHOT :c:func:`FE_SET_FRONTEND_TUNE_MODE`
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_frontend.c2570 case FE_SET_FRONTEND_TUNE_MODE: in dvb_frontend_handle_ioctl()