Searched refs:FE_GET_INFO (Results 1 – 6 of 6) sorted by relevance
7 ioctl FE_GET_INFO13 FE_GET_INFO - Query Digital TV frontend capabilities and returns information19 .. c:macro:: FE_GET_INFO21 ``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
11 :ref:`FE_GET_INFO`. This ioctl will enumerate the
957 introduction, FE_GET_INFO was used to determine a frontend type. A959 FE_GET_INFO doesn't help much. Applications which intends to use a961 with it, rather than trying to use FE_GET_INFO. In the case of a962 legacy frontend, the result is just the same as with FE_GET_INFO, but
51 with :ref:`FE_GET_INFO`.
937 #define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info) macro
2480 case FE_GET_INFO: { in dvb_frontend_handle_ioctl()