Searched defs:v4l2_subscribed_event (Results 1 - 1 of 1) sorted by last modified time

/include/media/
H A Dv4l2-event.h39 * The v4l2-fh struct has a list of subscribed events. The v4l2_subscribed_event
42 * Each v4l2_subscribed_event struct ends with an array of v4l2_kevent structs.
50 * be used to link the v4l2_subscribed_event struct into a list of that
58 * struct v4l2_subscribed_event has a ringbuffer of raised (pending) events of
61 * If struct v4l2_subscribed_event is associated with a specific object, then
62 * that object will have an internal list of struct v4l2_subscribed_event so
68 struct v4l2_subscribed_event;
73 * @sev: Pointer to parent v4l2_subscribed_event.
78 struct v4l2_subscribed_event *sev;
89 int (*add)(struct v4l2_subscribed_event *se
108 struct v4l2_subscribed_event { struct
[all...]

Completed in 32 milliseconds