Searched refs:FE_GET_INFO (Results 1 – 5 of 5) 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
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()