Searched refs:FE_GET_INFO (Results 1 – 6 of 6) sorted by relevance
6 ioctl FE_GET_INFO12 FE_GET_INFO - Query Digital TV frontend capabilities and returns information19 .. c:function:: int ioctl( int fd, FE_GET_INFO, struct dvb_frontend_info *argp )20 :name: FE_GET_INFO37 All Digital TV frontend devices support the :ref:`FE_GET_INFO` ioctl. It is
11 :ref:`FE_GET_INFO`. This ioctl will enumerate the
54 with :ref:`FE_GET_INFO`.
951 introduction, FE_GET_INFO was used to determine a frontend type. A953 FE_GET_INFO doesn't help much. Applications which intends to use a955 with it, rather than trying to use FE_GET_INFO. In the case of a956 legacy frontend, the result is just the same as with FE_GET_INFO, but
888 #define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info) macro
2421 case FE_GET_INFO: { in dvb_frontend_handle_ioctl()