Searched refs:v4l2_fh (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-fh.h34 struct v4l2_fh { struct
44 * uses v4l2_fh.
46 int v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev);
51 void v4l2_fh_add(struct v4l2_fh *fh);
54 * v4l2_file_operations->release() handler if the driver uses v4l2_fh.
56 void v4l2_fh_del(struct v4l2_fh *fh);
59 * framework using the v4l2_fh must release their resources here, too.
61 * driver uses v4l2_fh.
63 void v4l2_fh_exit(struct v4l2_fh *fh);
H A Dv4l2-event.h32 struct v4l2_fh;
55 int v4l2_event_init(struct v4l2_fh *fh);
56 int v4l2_event_alloc(struct v4l2_fh *fh, unsigned int n);
57 void v4l2_event_free(struct v4l2_fh *fh);
58 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event,
61 int v4l2_event_pending(struct v4l2_fh *fh);
62 int v4l2_event_subscribe(struct v4l2_fh *fh,
64 int v4l2_event_unsubscribe(struct v4l2_fh *fh,
H A Dv4l2-ioctl.h24 struct v4l2_fh;
259 int (*vidioc_subscribe_event) (struct v4l2_fh *fh,
261 int (*vidioc_unsubscribe_event)(struct v4l2_fh *fh,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-fh.c31 int v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev)
50 void v4l2_fh_add(struct v4l2_fh *fh)
60 void v4l2_fh_del(struct v4l2_fh *fh)
70 void v4l2_fh_exit(struct v4l2_fh *fh)
H A Dv4l2-event.c32 int v4l2_event_init(struct v4l2_fh *fh)
50 int v4l2_event_alloc(struct v4l2_fh *fh, unsigned int n)
85 void v4l2_event_free(struct v4l2_fh *fh)
101 static int __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event)
128 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event,
152 struct v4l2_fh *fh, u32 type)
169 struct v4l2_fh *fh;
209 int v4l2_event_pending(struct v4l2_fh *fh)
215 int v4l2_event_subscribe(struct v4l2_fh *fh,
249 static void v4l2_event_unsubscribe_all(struct v4l2_fh *f
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Duvc.h180 struct v4l2_fh vfh;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-driver.h382 struct v4l2_fh fh;
390 static inline struct ivtv_open_id *fh2id(struct v4l2_fh *fh)
H A Divtv-fileops.c852 struct v4l2_fh *fh = filp->private_data;
H A Divtv-ioctl.c1460 static int ivtv_subscribe_event(struct v4l2_fh *fh, struct v4l2_event_subscription *sub)

Completed in 118 milliseconds