Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/userspace-api/media/dvb/
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
A Dquery-dvb-frontend-info.rst11 :ref:`FE_GET_INFO`. This ioctl will enumerate the
A Dfrontend_f_open.rst51 with :ref:`FE_GET_INFO`.
A Dfe_property_parameters.rst958 introduction, FE_GET_INFO was used to determine a frontend type. A
960 FE_GET_INFO doesn't help much. Applications which intends to use a
962 with it, rather than trying to use FE_GET_INFO. In the case of a
963 legacy frontend, the result is just the same as with FE_GET_INFO, but
/linux-6.3-rc2/include/uapi/linux/dvb/
A Dfrontend.h929 #define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info) macro
/linux-6.3-rc2/drivers/media/dvb-core/
A Ddvb_frontend.c2473 case FE_GET_INFO: { in dvb_frontend_handle_ioctl()

Completed in 13 milliseconds