Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 1 | .. -*- coding: utf-8; mode: rst -*- |
| 2 | |
Markus Heiser | 21c6269 | 2016-07-08 20:55:43 +0200 | [diff] [blame] | 3 | .. _CEC_DQEVENT: |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 4 | |
| 5 | ***************** |
| 6 | ioctl CEC_DQEVENT |
| 7 | ***************** |
| 8 | |
Markus Heiser | 21c6269 | 2016-07-08 20:55:43 +0200 | [diff] [blame] | 9 | Name |
| 10 | ==== |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 11 | |
Markus Heiser | 21c6269 | 2016-07-08 20:55:43 +0200 | [diff] [blame] | 12 | CEC_DQEVENT - Dequeue a CEC event |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 13 | |
| 14 | |
| 15 | Synopsis |
| 16 | ======== |
| 17 | |
Mauro Carvalho Chehab | 9954783 | 2016-08-19 16:58:14 -0300 | [diff] [blame] | 18 | .. c:function:: int ioctl( int fd, CEC_DQEVENT, struct cec_event *argp ) |
| 19 | :name: CEC_DQEVENT |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 20 | |
| 21 | Arguments |
| 22 | ========= |
| 23 | |
| 24 | ``fd`` |
Hans Verkuil | cfaf384 | 2017-07-28 06:31:50 -0400 | [diff] [blame] | 25 | File descriptor returned by :c:func:`open() <cec-open>`. |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 26 | |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 27 | ``argp`` |
| 28 | |
| 29 | |
| 30 | Description |
| 31 | =========== |
| 32 | |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 33 | CEC devices can send asynchronous events. These can be retrieved by |
Markus Heiser | 9cd3476 | 2016-08-15 16:08:28 +0200 | [diff] [blame] | 34 | calling :c:func:`CEC_DQEVENT`. If the file descriptor is in |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 35 | non-blocking mode and no event is pending, then it will return -1 and |
Hans Verkuil | e5208ed | 2016-07-19 06:26:13 -0300 | [diff] [blame] | 36 | set errno to the ``EAGAIN`` error code. |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 37 | |
| 38 | The internal event queues are per-filehandle and per-event type. If |
| 39 | there is no more room in a queue then the last event is overwritten with |
| 40 | the new one. This means that intermediate results can be thrown away but |
| 41 | that the latest event is always available. This also means that is it |
| 42 | possible to read two successive events that have the same value (e.g. |
Mauro Carvalho Chehab | cc0fe5c | 2016-07-13 10:22:38 -0300 | [diff] [blame] | 43 | two :ref:`CEC_EVENT_STATE_CHANGE <CEC-EVENT-STATE-CHANGE>` events with |
| 44 | the same state). In that case the intermediate state changes were lost but |
| 45 | it is guaranteed that the state did change in between the two events. |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 46 | |
Mauro Carvalho Chehab | fa92b04d | 2016-08-19 11:14:23 -0300 | [diff] [blame] | 47 | .. tabularcolumns:: |p{1.2cm}|p{2.9cm}|p{13.4cm}| |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 48 | |
Mauro Carvalho Chehab | 94d71e5 | 2016-08-29 19:45:57 -0300 | [diff] [blame] | 49 | .. c:type:: cec_event_state_change |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 50 | |
| 51 | .. flat-table:: struct cec_event_state_change |
| 52 | :header-rows: 0 |
| 53 | :stub-columns: 0 |
Mauro Carvalho Chehab | b2a5843 | 2016-07-08 17:59:27 -0300 | [diff] [blame] | 54 | :widths: 1 1 8 |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 55 | |
Hans Verkuil | 77edf60 | 2016-11-01 07:41:17 -0200 | [diff] [blame] | 56 | * - __u16 |
| 57 | - ``phys_addr`` |
| 58 | - The current physical address. This is ``CEC_PHYS_ADDR_INVALID`` if no |
Hans Verkuil | b94dffd | 2017-02-27 10:14:55 -0300 | [diff] [blame] | 59 | valid physical address is set. |
Hans Verkuil | 77edf60 | 2016-11-01 07:41:17 -0200 | [diff] [blame] | 60 | * - __u16 |
| 61 | - ``log_addr_mask`` |
| 62 | - The current set of claimed logical addresses. This is 0 if no logical |
| 63 | addresses are claimed or if ``phys_addr`` is ``CEC_PHYS_ADDR_INVALID``. |
| 64 | If bit 15 is set (``1 << CEC_LOG_ADDR_UNREGISTERED``) then this device |
| 65 | has the unregistered logical address. In that case all other bits are 0. |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 66 | |
| 67 | |
Mauro Carvalho Chehab | 94d71e5 | 2016-08-29 19:45:57 -0300 | [diff] [blame] | 68 | .. c:type:: cec_event_lost_msgs |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 69 | |
Mauro Carvalho Chehab | 9fce0c2 | 2016-10-05 16:42:36 -0300 | [diff] [blame] | 70 | .. tabularcolumns:: |p{1.0cm}|p{2.0cm}|p{14.5cm}| |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 71 | |
| 72 | .. flat-table:: struct cec_event_lost_msgs |
| 73 | :header-rows: 0 |
| 74 | :stub-columns: 0 |
Mauro Carvalho Chehab | b2a5843 | 2016-07-08 17:59:27 -0300 | [diff] [blame] | 75 | :widths: 1 1 16 |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 76 | |
Hans Verkuil | 77edf60 | 2016-11-01 07:41:17 -0200 | [diff] [blame] | 77 | * - __u32 |
| 78 | - ``lost_msgs`` |
| 79 | - Set to the number of lost messages since the filehandle was opened |
| 80 | or since the last time this event was dequeued for this |
| 81 | filehandle. The messages lost are the oldest messages. So when a |
| 82 | new message arrives and there is no more room, then the oldest |
| 83 | message is discarded to make room for the new one. The internal |
| 84 | size of the message queue guarantees that all messages received in |
| 85 | the last two seconds will be stored. Since messages should be |
| 86 | replied to within a second according to the CEC specification, |
| 87 | this is more than enough. |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 88 | |
| 89 | |
Mauro Carvalho Chehab | f989420 | 2017-09-02 20:02:42 -0400 | [diff] [blame] | 90 | .. tabularcolumns:: |p{1.0cm}|p{4.4cm}|p{2.5cm}|p{9.6cm}| |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 91 | |
Mauro Carvalho Chehab | e8be7e9 | 2016-08-29 17:37:59 -0300 | [diff] [blame] | 92 | .. c:type:: cec_event |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 93 | |
| 94 | .. flat-table:: struct cec_event |
| 95 | :header-rows: 0 |
| 96 | :stub-columns: 0 |
Mauro Carvalho Chehab | b2a5843 | 2016-07-08 17:59:27 -0300 | [diff] [blame] | 97 | :widths: 1 1 1 8 |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 98 | |
Hans Verkuil | 77edf60 | 2016-11-01 07:41:17 -0200 | [diff] [blame] | 99 | * - __u64 |
| 100 | - ``ts`` |
Mauro Carvalho Chehab | f989420 | 2017-09-02 20:02:42 -0400 | [diff] [blame] | 101 | - :cspan:`1`\ Timestamp of the event in ns. |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 102 | |
Mauro Carvalho Chehab | f989420 | 2017-09-02 20:02:42 -0400 | [diff] [blame] | 103 | The timestamp has been taken from the ``CLOCK_MONOTONIC`` clock. |
| 104 | |
| 105 | To access the same clock from userspace use :c:func:`clock_gettime`. |
Hans Verkuil | 77edf60 | 2016-11-01 07:41:17 -0200 | [diff] [blame] | 106 | * - __u32 |
| 107 | - ``event`` |
| 108 | - :cspan:`1` The CEC event type, see :ref:`cec-events`. |
| 109 | * - __u32 |
| 110 | - ``flags`` |
| 111 | - :cspan:`1` Event flags, see :ref:`cec-event-flags`. |
| 112 | * - union |
| 113 | - (anonymous) |
| 114 | - |
| 115 | - |
| 116 | * - |
| 117 | - struct cec_event_state_change |
| 118 | - ``state_change`` |
| 119 | - The new adapter state as sent by the :ref:`CEC_EVENT_STATE_CHANGE <CEC-EVENT-STATE-CHANGE>` |
| 120 | event. |
| 121 | * - |
| 122 | - struct cec_event_lost_msgs |
| 123 | - ``lost_msgs`` |
| 124 | - The number of lost messages as sent by the :ref:`CEC_EVENT_LOST_MSGS <CEC-EVENT-LOST-MSGS>` |
| 125 | event. |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 126 | |
| 127 | |
Mauro Carvalho Chehab | fa92b04d | 2016-08-19 11:14:23 -0300 | [diff] [blame] | 128 | .. tabularcolumns:: |p{5.6cm}|p{0.9cm}|p{11.0cm}| |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 129 | |
| 130 | .. _cec-events: |
| 131 | |
| 132 | .. flat-table:: CEC Events Types |
| 133 | :header-rows: 0 |
| 134 | :stub-columns: 0 |
Mauro Carvalho Chehab | b2a5843 | 2016-07-08 17:59:27 -0300 | [diff] [blame] | 135 | :widths: 3 1 16 |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 136 | |
Hans Verkuil | 77edf60 | 2016-11-01 07:41:17 -0200 | [diff] [blame] | 137 | * .. _`CEC-EVENT-STATE-CHANGE`: |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 138 | |
Hans Verkuil | 77edf60 | 2016-11-01 07:41:17 -0200 | [diff] [blame] | 139 | - ``CEC_EVENT_STATE_CHANGE`` |
| 140 | - 1 |
| 141 | - Generated when the CEC Adapter's state changes. When open() is |
| 142 | called an initial event will be generated for that filehandle with |
| 143 | the CEC Adapter's state at that time. |
| 144 | * .. _`CEC-EVENT-LOST-MSGS`: |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 145 | |
Hans Verkuil | 77edf60 | 2016-11-01 07:41:17 -0200 | [diff] [blame] | 146 | - ``CEC_EVENT_LOST_MSGS`` |
| 147 | - 2 |
| 148 | - Generated if one or more CEC messages were lost because the |
| 149 | application didn't dequeue CEC messages fast enough. |
Hans Verkuil | 9a6b2a8 | 2017-08-15 15:26:25 -0400 | [diff] [blame] | 150 | * .. _`CEC-EVENT-PIN-CEC-LOW`: |
Hans Verkuil | fdb8c88 | 2017-07-11 03:30:40 -0300 | [diff] [blame] | 151 | |
Hans Verkuil | 9a6b2a8 | 2017-08-15 15:26:25 -0400 | [diff] [blame] | 152 | - ``CEC_EVENT_PIN_CEC_LOW`` |
Hans Verkuil | fdb8c88 | 2017-07-11 03:30:40 -0300 | [diff] [blame] | 153 | - 3 |
| 154 | - Generated if the CEC pin goes from a high voltage to a low voltage. |
| 155 | Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN`` |
| 156 | capability set. |
Hans Verkuil | 9a6b2a8 | 2017-08-15 15:26:25 -0400 | [diff] [blame] | 157 | * .. _`CEC-EVENT-PIN-CEC-HIGH`: |
Hans Verkuil | fdb8c88 | 2017-07-11 03:30:40 -0300 | [diff] [blame] | 158 | |
Hans Verkuil | 9a6b2a8 | 2017-08-15 15:26:25 -0400 | [diff] [blame] | 159 | - ``CEC_EVENT_PIN_CEC_HIGH`` |
Hans Verkuil | fdb8c88 | 2017-07-11 03:30:40 -0300 | [diff] [blame] | 160 | - 4 |
| 161 | - Generated if the CEC pin goes from a low voltage to a high voltage. |
| 162 | Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN`` |
| 163 | capability set. |
Hans Verkuil | 00f7adf | 2017-08-30 12:05:55 -0400 | [diff] [blame] | 164 | * .. _`CEC-EVENT-PIN-HPD-LOW`: |
| 165 | |
| 166 | - ``CEC_EVENT_PIN_HPD_LOW`` |
| 167 | - 5 |
| 168 | - Generated if the HPD pin goes from a high voltage to a low voltage. |
| 169 | Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN`` |
| 170 | capability set. When open() is called, the HPD pin can be read and |
| 171 | if the HPD is low, then an initial event will be generated for that |
| 172 | filehandle. |
| 173 | * .. _`CEC-EVENT-PIN-HPD-HIGH`: |
| 174 | |
| 175 | - ``CEC_EVENT_PIN_HPD_HIGH`` |
| 176 | - 6 |
| 177 | - Generated if the HPD pin goes from a low voltage to a high voltage. |
| 178 | Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN`` |
| 179 | capability set. When open() is called, the HPD pin can be read and |
| 180 | if the HPD is high, then an initial event will be generated for that |
| 181 | filehandle. |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 182 | |
| 183 | |
Mauro Carvalho Chehab | fa92b04d | 2016-08-19 11:14:23 -0300 | [diff] [blame] | 184 | .. tabularcolumns:: |p{6.0cm}|p{0.6cm}|p{10.9cm}| |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 185 | |
| 186 | .. _cec-event-flags: |
| 187 | |
| 188 | .. flat-table:: CEC Event Flags |
| 189 | :header-rows: 0 |
| 190 | :stub-columns: 0 |
Mauro Carvalho Chehab | b2a5843 | 2016-07-08 17:59:27 -0300 | [diff] [blame] | 191 | :widths: 3 1 8 |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 192 | |
Hans Verkuil | 9a59d93 | 2017-09-18 06:26:03 -0400 | [diff] [blame] | 193 | * .. _`CEC-EVENT-FL-INITIAL-STATE`: |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 194 | |
Hans Verkuil | 9a59d93 | 2017-09-18 06:26:03 -0400 | [diff] [blame] | 195 | - ``CEC_EVENT_FL_INITIAL_STATE`` |
Hans Verkuil | 77edf60 | 2016-11-01 07:41:17 -0200 | [diff] [blame] | 196 | - 1 |
| 197 | - Set for the initial events that are generated when the device is |
| 198 | opened. See the table above for which events do this. This allows |
| 199 | applications to learn the initial state of the CEC adapter at |
| 200 | open() time. |
Hans Verkuil | fdb8c88 | 2017-07-11 03:30:40 -0300 | [diff] [blame] | 201 | * .. _`CEC-EVENT-FL-DROPPED-EVENTS`: |
| 202 | |
| 203 | - ``CEC_EVENT_FL_DROPPED_EVENTS`` |
| 204 | - 2 |
| 205 | - Set if one or more events of the given event type have been dropped. |
| 206 | This is an indication that the application cannot keep up. |
Markus Heiser | e2460b1 | 2016-07-08 20:55:42 +0200 | [diff] [blame] | 207 | |
| 208 | |
| 209 | |
| 210 | Return Value |
| 211 | ============ |
| 212 | |
| 213 | On success 0 is returned, on error -1 and the ``errno`` variable is set |
| 214 | appropriately. The generic error codes are described at the |
| 215 | :ref:`Generic Error Codes <gen-errors>` chapter. |
Hans Verkuil | 491314b | 2017-02-20 17:21:19 -0300 | [diff] [blame] | 216 | |
| 217 | The :ref:`ioctl CEC_DQEVENT <CEC_DQEVENT>` can return the following |
| 218 | error codes: |
| 219 | |
| 220 | EAGAIN |
| 221 | This is returned when the filehandle is in non-blocking mode and there |
| 222 | are no pending events. |
| 223 | |
| 224 | ERESTARTSYS |
| 225 | An interrupt (e.g. Ctrl-C) arrived while in blocking mode waiting for |
| 226 | events to arrive. |