Lines Matching full:transmit
14 CEC_RECEIVE, CEC_TRANSMIT - Receive or transmit a CEC message
52 2. the result of an earlier non-blocking transmit (the ``sequence`` field will
58 ``CEC_CAP_TRANSMIT`` is set. If there is no more room in the transmit
60 The transmit queue has enough room for 18 messages (about 1 second worth
63 idea to fully fill up the transmit queue.
65 If the file descriptor is in non-blocking mode then the transmit will
66 return 0 and the result of the transmit will be available via
67 :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>` once the transmit has finished
70 The ``sequence`` field is filled in for every transmit and this can be
71 checked against the received messages to find the corresponding transmit
126 the transmit result (when transmit was called in non-blocking mode). This
128 transmit.
176 - A counter of the number of transmit attempts that resulted in the
182 - A counter of the number of transmit attempts that resulted in the
188 - A counter of the number of transmit attempts that resulted in the
194 - A counter of the number of transmit errors other than Arbitration
212 - If a CEC transmit expects a reply, then by default that reply is only sent to
236 .. flat-table:: CEC Transmit Status
248 the transmit was eventually successful.
253 - CEC line arbitration was lost, i.e. another transmit started at the
262 of a transmit is just OK or FAIL. In that case this status will be
263 returned when the transmit failed.
284 - The transmit failed after one or more retries. This status bit is
291 - The transmit was aborted due to an HDMI disconnect, or the adapter
292 was unconfigured, or a transmit was interrupted, or the driver
293 returned an error when attempting to start a transmit.
298 - The transmit timed out. This should not normally happen and this
371 to destination 0 ('TV'). In that case the transmit will proceed as usual.
375 is in mode ``CEC_MODE_NO_INITIATOR``. This is also returned if the transmit
382 The wait for a successful transmit was interrupted (e.g. by Ctrl-C).