Lines Matching refs:v4l2_fh
66 struct v4l2_fh;
113 struct v4l2_fh *fh;
122 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event,
125 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev);
126 int v4l2_event_pending(struct v4l2_fh *fh);
127 int v4l2_event_subscribe(struct v4l2_fh *fh,
130 int v4l2_event_unsubscribe(struct v4l2_fh *fh,
132 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh);
133 int v4l2_event_subdev_unsubscribe(struct v4l2_subdev *sd, struct v4l2_fh *fh,
135 int v4l2_src_change_event_subscribe(struct v4l2_fh *fh,
138 struct v4l2_fh *fh, struct v4l2_event_subscription *sub);