Searched refs:CEC_RECEIVE (Results 1 – 5 of 5) sorted by relevance
14 ioctls CEC_RECEIVE and CEC_TRANSMIT20 CEC_RECEIVE, CEC_TRANSMIT - Receive or transmit a CEC message26 .. c:function:: int ioctl( int fd, CEC_RECEIVE, struct cec_msg \*argp )27 :name: CEC_RECEIVE46 :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.72 :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>` once the transmit has finished117 :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` it will be123 then it will wait indefinitely when it is called by :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.145 application. The driver will fill this in for :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.152 transmitting the message. Ignored by :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.[all …]
43 :ref:`CEC_RECEIVE <CEC_RECEIVE>` and :ref:`CEC_DQEVENT <CEC_DQEVENT>` ioctls
60 follower who will use :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>` to dequeue
468 #define CEC_RECEIVE _IOWR('a', 6, struct cec_msg) macro
512 case CEC_RECEIVE: in cec_ioctl()