Lines Matching full:mode
32 Pointer to CEC mode.
40 filehandle to initiator and/or follower mode which can be exclusive
41 depending on the chosen mode. The initiator is the filehandle that is
61 by the follower. The follower can enable the passthrough mode. In that
65 the passthrough mode. See :ref:`cec-core-processing` for details.
77 .. _cec-mode-initiator_e:
84 * .. _`CEC-MODE-NO-INITIATOR`:
90 * .. _`CEC-MODE-INITIATOR`:
97 * .. _`CEC-MODE-EXCL-INITIATOR`:
111 .. _cec-mode-follower_e:
120 * .. _`CEC-MODE-NO-FOLLOWER`:
125 * .. _`CEC-MODE-FOLLOWER`:
131 …:ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>` is not set or if :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-…
133 * .. _`CEC-MODE-EXCL-FOLLOWER`:
141 …:ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>` is not set or if :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-…
143 * .. _`CEC-MODE-EXCL-FOLLOWER-PASSTHRU`:
149 CEC device into passthrough mode, allowing the exclusive follower
154 is not set or if :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>` was specified,
156 * .. _`CEC-MODE-MONITOR-PIN`:
160 - Put the file descriptor into pin monitoring mode. Can only be used in
161 combination with :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`,
163 This mode requires that the :ref:`CEC_CAP_MONITOR_PIN <CEC-CAP-MONITOR-PIN>`
165 While in pin monitoring mode this file descriptor can receive the
168 This mode is only allowed if the process has the ``CAP_NET_ADMIN``
170 * .. _`CEC-MODE-MONITOR`:
174 - Put the file descriptor into monitor mode. Can only be used in
175 combination with :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`,
177 In monitor mode all messages this CEC
183 * .. _`CEC-MODE-MONITOR-ALL`:
187 - Put the file descriptor into 'monitor all' mode. Can only be used
188 in combination with :ref:`CEC_MODE_NO_INITIATOR <CEC-MODE-NO-INITIATOR>`, otherwise
189 the ``EINVAL`` error code will be returned. In 'monitor all' mode all messages
193 mode requires that the :ref:`CEC_CAP_MONITOR_ALL <CEC-CAP-MONITOR-ALL>` capability is set,
214 except when in passthrough mode. In passthrough mode the core
222 except when in passthrough mode. In passthrough mode the core
230 passthrough mode. In passthrough mode the core does nothing
236 in passthrough mode. In passthrough mode the core does nothing
243 except when in passthrough mode. In passthrough mode the core
252 except when in passthrough mode. In passthrough mode the core
287 The requested mode is invalid.
290 Monitor mode is requested, but the process does have the ``CAP_NET_ADMIN``