Searched defs:v4l2_subscribed_event (Results 1 – 1 of 1) sorted by relevance
95 struct v4l2_subscribed_event { struct96 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;[all …]