Lines Matching defs:v4l2_subscribed_event
95 struct v4l2_subscribed_event { struct
96 struct list_head list;
97 u32 type;
98 u32 id;
99 u32 flags;
100 struct v4l2_fh *fh;
101 struct list_head node;
102 void (*replace)(struct v4l2_event *old,
104 void (*merge)(const struct v4l2_event *old,
106 unsigned elems;
107 unsigned first;
108 unsigned in_use;
109 struct v4l2_kevent events[];