SYNOPSIS
struct v4l2_async_subdev {
enum v4l2_async_match_type match_type;
union match;
struct list_head list;
};
MEMBERS
match_type
- type of match that will be used
match
- union of per-bus type matching data sets
list
- used to link struct v4l2_async_subdev objects, waiting to be probed, to a notifier->waiting list
COPYRIGHT