Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/userspace-api/media/dvb/
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
Dquery-dvb-frontend-info.rst11 :ref:`FE_GET_INFO`. This ioctl will enumerate the
Dfrontend_f_open.rst51 with :ref:`FE_GET_INFO`.
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
/Linux-v5.15/include/uapi/linux/dvb/
Dfrontend.h888 #define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info) macro
/Linux-v5.15/drivers/media/dvb-core/
Ddvb_frontend.c2462 case FE_GET_INFO: { in dvb_frontend_handle_ioctl()