Searched refs:FE_READ_STATUS (Results 1 – 4 of 4) sorted by relevance
13 ioctl FE_READ_STATUS19 FE_READ_STATUS - Returns status information about the front-end. This call only requires - read-onl…25 .. c:function:: int ioctl( int fd, FE_READ_STATUS, unsigned int *status )26 :name: FE_READ_STATUS43 All Digital TV frontend devices support the ``FE_READ_STATUS`` ioctl. It is
22 using :ref:`FE_READ_STATUS`.
899 #define FE_READ_STATUS _IOR('o', 69, fe_status_t) macro
2492 case FE_READ_STATUS: { in dvb_frontend_handle_ioctl()