Lines Matching refs:CEC
2 .. c:namespace:: CEC
13 CEC_DQEVENT - Dequeue a CEC event
33 CEC devices can send asynchronous events. These can be retrieved by
43 two :ref:`CEC_EVENT_STATE_CHANGE <CEC-EVENT-STATE-CHANGE>` events with
93 replied to within a second according to the CEC specification,
114 - The CEC event type, see :ref:`cec-events`.
122 - The new adapter state as sent by the :ref:`CEC_EVENT_STATE_CHANGE <CEC-EVENT-STATE-CHANGE>`
126 - The number of lost messages as sent by the :ref:`CEC_EVENT_LOST_MSGS <CEC-EVENT-LOST-MSGS>`
135 .. flat-table:: CEC Events Types
140 * .. _`CEC-EVENT-STATE-CHANGE`:
144 - Generated when the CEC Adapter's state changes. When open() is
146 the CEC Adapter's state at that time.
147 * .. _`CEC-EVENT-LOST-MSGS`:
151 - Generated if one or more CEC messages were lost because the
152 application didn't dequeue CEC messages fast enough.
153 * .. _`CEC-EVENT-PIN-CEC-LOW`:
157 - Generated if the CEC pin goes from a high voltage to a low voltage.
160 * .. _`CEC-EVENT-PIN-CEC-HIGH`:
164 - Generated if the CEC pin goes from a low voltage to a high voltage.
167 * .. _`CEC-EVENT-PIN-HPD-LOW`:
176 * .. _`CEC-EVENT-PIN-HPD-HIGH`:
185 * .. _`CEC-EVENT-PIN-5V-LOW`:
194 * .. _`CEC-EVENT-PIN-5V-HIGH`:
208 .. flat-table:: CEC Event Flags
213 * .. _`CEC-EVENT-FL-INITIAL-STATE`:
219 applications to learn the initial state of the CEC adapter at
221 * .. _`CEC-EVENT-FL-DROPPED-EVENTS`: