Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/userspace-api/media/cec/
Dcec-ioc-receive.rst8 ioctls CEC_RECEIVE and CEC_TRANSMIT
14 CEC_RECEIVE, CEC_TRANSMIT - Receive or transmit a CEC message
23 .. c:macro:: CEC_TRANSMIT
25 ``int ioctl(int fd, CEC_TRANSMIT, struct cec_msg *argp)``
59 :c:type:`cec_msg` and pass it to :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`.
60 The :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` is only available if
76 Normally calling :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` when the physical
112 - The length of the message. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` this is filled in
114 :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` it will be
121 If it is 0 and it is called by :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`,
[all …]
Dcec-func-open.rst36 ioctls :ref:`CEC_TRANSMIT <CEC_TRANSMIT>`,
Dcec-ioc-g-mode.rst37 By default any filehandle can use :ref:`CEC_TRANSMIT`, but in order to prevent
68 :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. If there is an exclusive
70 :ref:`CEC_TRANSMIT`. The follower can of course
71 always call :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`.
Dcec-ioc-adap-g-caps.rst97 :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. This implies that
/linux-6.1.9/include/uapi/linux/
Dcec.h525 #define CEC_TRANSMIT _IOWR('a', 5, struct cec_msg) macro
/linux-6.1.9/drivers/media/cec/core/
Dcec-api.c533 case CEC_TRANSMIT: in cec_ioctl()