struct_v4l2_kevent(9) Internal kernel event struct.

SYNOPSIS


struct v4l2_kevent {
struct list_head list;
struct v4l2_subscribed_event * sev;
struct v4l2_event event;
};

MEMBERS

list

List node for the v4l2_fh->available list.

sev

Pointer to parent v4l2_subscribed_event.

event

The event itself.

COPYRIGHT