Home
last modified time | relevance | path

Searched refs:FE_SET_FRONTEND (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dfe-set-frontend.rst7 FE_SET_FRONTEND title
15 FE_SET_FRONTEND
20 .. c:macro:: FE_SET_FRONTEND
22 ``int ioctl(int fd, FE_SET_FRONTEND, struct dvb_frontend_parameters *p)``
41 FrontendEvent.) If a new :ref:`FE_SET_FRONTEND`
H A Dfe_property_parameters.rst30 tunerequest so we can pass validation in the ``FE_SET_FRONTEND`` ioctl.
/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.h1005 #define FE_SET_FRONTEND _IOW('o', 76, struct dvb_frontend_parameters) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dfrontend.h1006 #define FE_SET_FRONTEND _IOW('o', 76, struct dvb_frontend_parameters) 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.h1005 #define FE_SET_FRONTEND _IOW('o', 76, struct dvb_frontend_parameters) macro
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_frontend.c2682 case FE_SET_FRONTEND: in dvb_frontend_handle_ioctl()