Searched refs:FE_READ_STATUS (Results 1 – 4 of 4) sorted by relevance
7 ioctl FE_READ_STATUS13 FE_READ_STATUS - Returns status information about the front-end. This call only requires - read-onl…18 .. c:macro:: FE_READ_STATUS20 ``int ioctl(int fd, FE_READ_STATUS, unsigned int *status)``35 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
2516 case FE_READ_STATUS: { in dvb_frontend_handle_ioctl()