Searched refs:CEC_S_MODE (Results 1 – 6 of 6) sorted by relevance
15 ioctls CEC_G_MODE and CEC_S_MODE18 CEC_G_MODE, CEC_S_MODE - Get or set exclusive use of the CEC adapter26 .. c:function:: int ioctl( int fd, CEC_S_MODE, __u32 *argp )27 :name: CEC_S_MODE290 The :ref:`ioctl CEC_S_MODE <CEC_S_MODE>` can return the following
111 :ref:`ioctl CEC_S_MODE <CEC_S_MODE>`.
54 by a file descriptor in initiator mode (see :ref:`CEC_S_MODE`), if not
54 can only be called by a file descriptor in initiator mode (see :ref:`CEC_S_MODE`), if not
477 #define CEC_S_MODE _IOW('a', 9, __u32) macro
521 case CEC_S_MODE: in cec_ioctl()