Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/userspace-api/media/cec/
Dcec-ioc-g-mode.rst9 ioctls CEC_G_MODE and CEC_S_MODE
12 CEC_G_MODE, CEC_S_MODE - Get or set exclusive use of the CEC adapter
21 .. c:macro:: CEC_S_MODE
23 ``int ioctl(int fd, CEC_S_MODE, __u32 *argp)``
283 The :ref:`ioctl CEC_S_MODE <CEC_S_MODE>` can return the following
Dcec-ioc-adap-g-caps.rst107 :ref:`ioctl CEC_S_MODE <CEC_S_MODE>`.
Dcec-ioc-adap-g-phys-addr.rst49 by a file descriptor in initiator mode (see :ref:`CEC_S_MODE`), if not
Dcec-ioc-adap-g-log-addrs.rst49 can only be called by a file descriptor in initiator mode (see :ref:`CEC_S_MODE`), if not
/linux-5.19.10/include/uapi/linux/
Dcec.h535 #define CEC_S_MODE _IOW('a', 9, __u32) macro
/linux-5.19.10/drivers/media/cec/core/
Dcec-api.c545 case CEC_S_MODE: in cec_ioctl()