Searched refs:CEC_S_MODE (Results 1 – 6 of 6) sorted by relevance
9 ioctls CEC_G_MODE and CEC_S_MODE12 CEC_G_MODE, CEC_S_MODE - Get or set exclusive use of the CEC adapter21 .. c:macro:: CEC_S_MODE23 ``int ioctl(int fd, CEC_S_MODE, __u32 *argp)``283 The :ref:`ioctl CEC_S_MODE <CEC_S_MODE>` can return the following
107 :ref:`ioctl CEC_S_MODE <CEC_S_MODE>`.
49 by a file descriptor in initiator mode (see :ref:`CEC_S_MODE`), if not
49 can only be called by a file descriptor in initiator mode (see :ref:`CEC_S_MODE`), if not
535 #define CEC_S_MODE _IOW('a', 9, __u32) macro
545 case CEC_S_MODE: in cec_ioctl()