Home
last modified time | relevance | path

Searched refs:CEC_TRANSMIT (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/Documentation/media/uapi/cec/
Dcec-ioc-receive.rst14 ioctls CEC_RECEIVE and CEC_TRANSMIT
20 CEC_RECEIVE, CEC_TRANSMIT - Receive or transmit a CEC message
29 .. c:function:: int ioctl( int fd, CEC_TRANSMIT, struct cec_msg \*argp )
30 :name: CEC_TRANSMIT
61 :c:type:`cec_msg` and pass it to :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`.
62 The :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` is only available if
79 Normally calling :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` when the physical
115 - The length of the message. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` this is filled in
117 :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` it will be
124 If it is 0 and it is called by :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`,
[all …]
Dcec-func-open.rst45 ioctls :ref:`CEC_TRANSMIT <CEC_TRANSMIT>`,
Dcec-ioc-g-mode.rst41 By default any filehandle can use :ref:`CEC_TRANSMIT`, but in order to prevent
72 :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. If there is an exclusive
74 :ref:`CEC_TRANSMIT`. The follower can of course
75 always call :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`.
Dcec-ioc-adap-g-caps.rst101 :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. This implies that
/Linux-v5.4/include/uapi/linux/
Dcec.h467 #define CEC_TRANSMIT _IOWR('a', 5, struct cec_msg) macro
/Linux-v5.4/drivers/media/cec/
Dcec-api.c509 case CEC_TRANSMIT: in cec_ioctl()