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