Home
last modified time | relevance | path

Searched refs:FE_GET_INFO (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dfe-get-info.rst7 ioctl FE_GET_INFO
13 FE_GET_INFO - Query Digital TV frontend capabilities and returns information
19 .. c:macro:: FE_GET_INFO
21 ``int ioctl(int fd, FE_GET_INFO, struct dvb_frontend_info *argp)``
35 All Digital TV frontend devices support the :ref:`FE_GET_INFO` ioctl. It is
H A Dquery-dvb-frontend-info.rst11 :ref:`FE_GET_INFO`. This ioctl will enumerate the
H A Dfe_property_parameters.rst951 introduction, FE_GET_INFO was used to determine a frontend type. A
953 FE_GET_INFO doesn't help much. Applications which intends to use a
955 with it, rather than trying to use FE_GET_INFO. In the case of a
956 legacy frontend, the result is just the same as with FE_GET_INFO, but
H A Dfrontend_f_open.rst51 with :ref:`FE_GET_INFO`.
/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.h888 #define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dfrontend.h888 #define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info) 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.h888 #define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info) macro
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_frontend.c2438 case FE_GET_INFO: { in dvb_frontend_handle_ioctl()