Lines Matching full:transmit
20 CEC_RECEIVE, CEC_TRANSMIT - Receive or transmit a CEC message
57 2. the result of an earlier non-blocking transmit (the ``sequence`` field will
63 ``CEC_CAP_TRANSMIT`` is set. If there is no more room in the transmit
65 The transmit queue has enough room for 18 messages (about 1 second worth
68 idea to fully fill up the transmit queue.
70 If the file descriptor is in non-blocking mode then the transmit will
71 return 0 and the result of the transmit will be available via
72 :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>` once the transmit has finished
75 The ``sequence`` field is filled in for every transmit and this can be
76 checked against the received messages to find the corresponding transmit
131 the transmit result (when transmit was called in non-blocking mode). This
133 transmit.
181 - A counter of the number of transmit attempts that resulted in the
187 - A counter of the number of transmit attempts that resulted in the
193 - A counter of the number of transmit attempts that resulted in the
199 - A counter of the number of transmit errors other than Arbitration
218 - If a CEC transmit expects a reply, then by default that reply is only sent to
243 .. flat-table:: CEC Transmit Status
255 the transmit was eventually successful.
260 - CEC line arbitration was lost, i.e. another transmit started at the
269 of a transmit is just OK or FAIL. In that case this status will be
270 returned when the transmit failed.
291 - The transmit failed after one or more retries. This status bit is
298 - The transmit was aborted due to an HDMI disconnect, or the adapter
299 was unconfigured, or a transmit was interrupted, or the driver
300 returned an error when attempting to start a transmit.
305 - The transmit timed out. This should not normally happen and this
380 to destination 0 ('TV'). In that case the transmit will proceed as usual.
384 is in mode ``CEC_MODE_NO_INITIATOR``. This is also returned if the transmit
391 The wait for a successful transmit was interrupted (e.g. by Ctrl-C).