Home
last modified time | relevance | path

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

/linux/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 Dfrontend_f_open.rst51 with :ref:`FE_GET_INFO`.
/linux/include/uapi/linux/dvb/
H A Dfrontend.h937 #define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info) macro