Searched refs:CEC_RECEIVE (Results 1 – 5 of 5) sorted by relevance
8 ioctls CEC_RECEIVE and CEC_TRANSMIT14 CEC_RECEIVE, CEC_TRANSMIT - Receive or transmit a CEC message19 .. c:macro:: CEC_RECEIVE21 ``int ioctl(int fd, CEC_RECEIVE, struct cec_msg *argp)``41 :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.70 :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>` once the transmit has finished.114 :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` it will be120 then it will wait indefinitely when it is called by :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.141 application. The driver will fill this in for :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.148 transmitting the message. Ignored by :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.[all …]
34 :ref:`CEC_RECEIVE <CEC_RECEIVE>` and :ref:`CEC_DQEVENT <CEC_DQEVENT>` ioctls
56 follower who will use :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>` to dequeue
526 #define CEC_RECEIVE _IOWR('a', 6, struct cec_msg) macro
536 case CEC_RECEIVE: in cec_ioctl()