Lines Matching defs:events
5 * V4L2 events.
65 * @elems: The number of elements in the events array.
66 * @first: The index of the events containing the oldest available event.
67 * @in_use: The number of queued events.
68 * @events: An array of @elems events.
81 struct v4l2_kevent events[];
85 * v4l2_event_dequeue - Dequeue events from video device.
95 * v4l2_event_queue - Queue events to video device.
109 * v4l2_event_queue_fh - Queue events to video device.
128 * Returns the number of pending events.
137 * @elems: size of the events queue
158 * v4l2_event_unsubscribe_all - Unsubscribes to all events
190 * meant to subscribe only events of the type %V4L2_EVENT_SOURCE_CHANGE.