Lines Matching full:mode

36     Pointer to CEC mode.
44 filehandle to initiator and/or follower mode which can be exclusive
45 depending on the chosen mode. The initiator is the filehandle that is
65 by the follower. The follower can enable the passthrough mode. In that
69 the passthrough mode. See :ref:`cec-core-processing` for details.
81 .. _cec-mode-initiator_e:
88 * .. _`CEC-MODE-NO-INITIATOR`:
94 * .. _`CEC-MODE-INITIATOR`:
101 * .. _`CEC-MODE-EXCL-INITIATOR`:
116 .. _cec-mode-follower_e:
125 * .. _`CEC-MODE-NO-FOLLOWER`:
130 * .. _`CEC-MODE-FOLLOWER`:
136 …:ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>` is not set or if :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-…
138 * .. _`CEC-MODE-EXCL-FOLLOWER`:
146 …:ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>` is not set or if :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-…
148 * .. _`CEC-MODE-EXCL-FOLLOWER-PASSTHRU`:
154 CEC device into passthrough mode, allowing the exclusive follower
159 is not set or if :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>` was specified,
161 * .. _`CEC-MODE-MONITOR-PIN`:
165 - Put the file descriptor into pin monitoring mode. Can only be used in
166 combination with :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`,
168 This mode requires that the :ref:`CEC_CAP_MONITOR_PIN <CEC-CAP-MONITOR-PIN>`
170 While in pin monitoring mode this file descriptor can receive the
173 This mode is only allowed if the process has the ``CAP_NET_ADMIN``
175 * .. _`CEC-MODE-MONITOR`:
179 - Put the file descriptor into monitor mode. Can only be used in
180 combination with :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`,i
182 In monitor mode all messages this CEC
188 * .. _`CEC-MODE-MONITOR-ALL`:
192 - Put the file descriptor into 'monitor all' mode. Can only be used
193 in combination with :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`, otherwise
194 the ``EINVAL`` error code will be returned. In 'monitor all' mode all messages
198 mode requires that the :ref:`CEC_CAP_MONITOR_ALL <CEC-CAP-MONITOR-ALL>` capability is set,
220 except when in passthrough mode. In passthrough mode the core
228 except when in passthrough mode. In passthrough mode the core
236 passthrough mode. In passthrough mode the core does nothing
242 in passthrough mode. In passthrough mode the core does nothing
249 except when in passthrough mode. In passthrough mode the core
258 except when in passthrough mode. In passthrough mode the core
294 The requested mode is invalid.
297 Monitor mode is requested, but the process does have the ``CAP_NET_ADMIN``