Lines Matching refs:v4l2_fh
19 struct v4l2_fh;
26 * @list: List node for the v4l2_fh->available list.
57 * @list: List node for the v4l2_fh->subscribed list.
75 struct v4l2_fh *fh;
87 * @fh: pointer to struct v4l2_fh
91 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event,
100 * The event will be queued for all &struct v4l2_fh file handlers.
111 * @fh: pointer to &struct v4l2_fh
115 * The event will be queued only for the specified &struct v4l2_fh file handler.
121 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev);
135 * @fh: pointer to &struct v4l2_fh
139 int v4l2_event_pending(struct v4l2_fh *fh);
144 * @fh: pointer to &struct v4l2_fh
154 int v4l2_event_subscribe(struct v4l2_fh *fh,
161 * @fh: pointer to &struct v4l2_fh
164 int v4l2_event_unsubscribe(struct v4l2_fh *fh,
169 * @fh: pointer to &struct v4l2_fh
171 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh);
177 * @fh: pointer to &struct v4l2_fh
186 struct v4l2_fh *fh,
192 * @fh: pointer to struct v4l2_fh
195 int v4l2_src_change_event_subscribe(struct v4l2_fh *fh,
202 * @fh: pointer to &struct v4l2_fh
206 struct v4l2_fh *fh,