Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A 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)``
56 :c:type:`cec_msg` and pass it to :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`.
57 The :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` is only available if
74 Normally calling :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` when the physical
110 - The length of the message. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` this is filled in
112 :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` it will be
119 If it is 0 and it is called by :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`,
[all …]
H A Dcec-func-open.rst36 ioctls :ref:`CEC_TRANSMIT <CEC_TRANSMIT>`,
H A 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>`.
H A Dcec-ioc-adap-g-caps.rst97 :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. This implies that
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcec.h466 #define CEC_TRANSMIT _IOWR('a', 5, struct cec_msg) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcec.h466 #define CEC_TRANSMIT _IOWR('a', 5, struct cec_msg) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcec.h504 #define CEC_TRANSMIT _IOWR('a', 5, struct cec_msg) macro
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-api.c533 case CEC_TRANSMIT: in cec_ioctl()