Searched refs:v4l2_event (Results 1 – 4 of 4) sorted by relevance
/include/media/ |
D | v4l2-event.h | 34 struct v4l2_event event; 49 void (*replace)(struct v4l2_event *old, const struct v4l2_event *new); 50 void (*merge)(const struct v4l2_event *old, struct v4l2_event *new); 91 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, 106 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev); 121 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev);
|
D | v4l2-ctrls.h | 1080 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new); 1091 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new);
|
D | v4l2-subdev.h | 30 #define V4L2_DEVICE_NOTIFY_EVENT _IOW('v', 2, struct v4l2_event) 34 struct v4l2_event; 1139 const struct v4l2_event *ev);
|
/include/uapi/linux/ |
D | videodev2.h | 2321 struct v4l2_event { struct 2489 #define VIDIOC_DQEVENT _IOR('V', 89, struct v4l2_event)
|