Lines Matching refs:v4l2_fh
66 struct v4l2_fh;
116 struct v4l2_fh *fh;
125 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event,
128 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev);
129 int v4l2_event_pending(struct v4l2_fh *fh);
130 int v4l2_event_subscribe(struct v4l2_fh *fh,
133 int v4l2_event_unsubscribe(struct v4l2_fh *fh,
135 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh);
136 int v4l2_event_subdev_unsubscribe(struct v4l2_subdev *sd, struct v4l2_fh *fh,
138 int v4l2_src_change_event_subscribe(struct v4l2_fh *fh,
141 struct v4l2_fh *fh, struct v4l2_event_subscription *sub);