Lines Matching refs:follower

40 filehandle to initiator and/or follower mode which can be exclusive
43 follower is the filehandle that receives messages sent to the CEC
45 and follower, or this role can be taken by two different filehandles.
53 first. If there is no follower, then the message is just discarded and a
55 process it. If there is a follower, then the message is passed on to the
56 follower who will use :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>` to dequeue
57 the new message. The framework expects the follower to make the right
61 by the follower. The follower can enable the passthrough mode. In that
63 processing them and the follower will have to implement those messages.
70 :ref:`CEC_TRANSMIT`. The follower can of course
107 Available follower modes are:
124 - This is not a follower (the default when the device is opened).
129 - This is a follower and it will receive CEC messages unless there
130 is an exclusive follower. You cannot become a follower if
137 - This is an exclusive follower and only this file descriptor will
139 the exclusive follower then an attempt to become one will return
140 the ``EBUSY`` error code. You cannot become a follower if
147 - This is an exclusive follower and only this file descriptor will
149 CEC device into passthrough mode, allowing the exclusive follower
152 follower then an attempt to become one will return the ``EBUSY`` error
153 code. You cannot become a follower if :ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>`
215 does nothing and this message has to be handled by a follower
223 does nothing and this message has to be handled by a follower
231 and this message has to be handled by a follower instead.
237 and this message has to be handled by a follower instead.
244 does nothing and this message has to be handled by a follower
254 by a follower instead.
261 press. This message is always passed on to the follower(s).
268 release. This message is always passed on to the follower(s).
273 and then just pass the message on to the follower(s).
294 Someone else is already an exclusive follower or initiator.