Home
last modified time | relevance | path

Searched refs:video_device (Results 1 – 25 of 171) sorted by relevance

1234567

/linux-3.4.99/include/media/
Dv4l2-dev.h30 struct video_device;
81 struct video_device struct
125 void (*release)(struct video_device *vdev); argument
135 container_of(__e, struct video_device, entity) argument
137 #define to_video_device(cd) container_of(cd, struct video_device, dev)
139 int __must_check __video_register_device(struct video_device *vdev, int type,
146 static inline int __must_check video_register_device(struct video_device *vdev, in video_register_device()
155 struct video_device *vdev, int type, int nr) in video_register_device_no_warn()
162 void video_unregister_device(struct video_device *vdev);
166 struct video_device * __must_check video_device_alloc(void);
[all …]
Dv4l2-fh.h31 struct video_device;
36 struct video_device *vdev;
54 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev);
Dv4l2-event.h68 struct video_device;
114 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev);
Dsoc_camera.h42 struct video_device *vdev;
255 static inline struct video_device *soc_camera_i2c_to_vdev(const struct i2c_client *client) in soc_camera_i2c_to_vdev()
267 static inline struct v4l2_subdev *soc_camera_vdev_to_subdev(const struct video_device *vdev) in soc_camera_vdev_to_subdev()
Dsaa7146_vv.h182 int saa7146_register_device(struct video_device **vid, struct saa7146_dev* dev, char *name, int typ…
183 int saa7146_unregister_device(struct video_device **vid, struct saa7146_dev* dev);
/linux-3.4.99/drivers/media/video/
Dv4l2-dev.c44 struct video_device *vdev = to_video_device(cd); in show_index()
52 struct video_device *vdev = to_video_device(cd); in show_name()
66 static struct video_device *video_device[VIDEO_NUM_DEVICES]; variable
95 static inline void devnode_set(struct video_device *vdev) in devnode_set()
101 static inline void devnode_clear(struct video_device *vdev) in devnode_clear()
107 static inline int devnode_find(struct video_device *vdev, int from, int to) in devnode_find()
112 struct video_device *video_device_alloc(void) in video_device_alloc()
114 return kzalloc(sizeof(struct video_device), GFP_KERNEL); in video_device_alloc()
118 void video_device_release(struct video_device *vdev) in video_device_release()
124 void video_device_release_empty(struct video_device *vdev) in video_device_release_empty()
[all …]
Dtimblogiw.c48 struct video_device video_dev;
159 struct video_device *vdev = video_devdata(file); in timblogiw_g_fmt()
185 struct video_device *vdev = video_devdata(file); in timblogiw_try_fmt()
210 struct video_device *vdev = video_devdata(file); in timblogiw_s_fmt()
239 struct video_device *vdev = video_devdata(file); in timblogiw_querycap()
256 struct video_device *vdev = video_devdata(file); in timblogiw_enum_fmt()
288 struct video_device *vdev = video_devdata(file); in timblogiw_reqbufs()
299 struct video_device *vdev = video_devdata(file); in timblogiw_querybuf()
309 struct video_device *vdev = video_devdata(file); in timblogiw_qbuf()
320 struct video_device *vdev = video_devdata(file); in timblogiw_dqbuf()
[all …]
Dsh_vou.c65 struct video_device *vdev;
243 struct video_device *vdev = vq->priv_data; in sh_vou_buf_setup()
266 struct video_device *vdev = vq->priv_data; in sh_vou_buf_prepare()
314 struct video_device *vdev = vq->priv_data; in sh_vou_buf_queue()
354 struct video_device *vdev = vq->priv_data; in sh_vou_buf_release()
422 struct video_device *vdev = video_devdata(file); in sh_vou_g_fmt_vid_out()
674 struct video_device *vdev = video_devdata(file); in sh_vou_s_fmt_vid_out()
832 struct video_device *vdev = video_devdata(file); in sh_vou_streamon()
851 struct video_device *vdev = video_devdata(file); in sh_vou_streamoff()
884 struct video_device *vdev = video_devdata(file); in sh_vou_s_std()
[all …]
Dv4l2-fh.c33 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev) in v4l2_fh_init()
62 struct video_device *vdev = video_devdata(filp); in v4l2_fh_open()
Dv4l2-subdev.c61 struct video_device *vdev = video_devdata(file); in subdev_open()
115 struct video_device *vdev = video_devdata(file); in subdev_close()
137 struct video_device *vdev = video_devdata(file); in subdev_do_ioctl()
312 struct video_device *vdev = video_devdata(file); in subdev_poll()
/linux-3.4.99/drivers/media/video/tlg2300/
Dpd-common.h42 struct video_device *v_dev;
65 struct video_device *v_dev;
121 struct video_device *fm_dev;
236 struct video_device *vdev_init(struct poseidon *, struct video_device *);
252 void destroy_video_device(struct video_device **v_dev);
254 void set_debug_mode(struct video_device *vfd, int debug_mode);
/linux-3.4.99/drivers/acpi/
Dvideo.c1332 struct acpi_video_device *video_device; in acpi_video_get_edid() local
1343 video_device = video->attached_array[i].bind_info; in acpi_video_get_edid()
1346 if (!video_device) in acpi_video_get_edid()
1349 if (!video_device->cap._DDC) in acpi_video_get_edid()
1355 if (!video_device->flags.crt) in acpi_video_get_edid()
1359 if (!video_device->flags.tvout) in acpi_video_get_edid()
1363 if (!video_device->flags.dvi) in acpi_video_get_edid()
1367 if (!video_device->flags.lcd) in acpi_video_get_edid()
1371 } else if (video_device->device_id != device_id) { in acpi_video_get_edid()
1375 status = acpi_video_device_EDID(video_device, &buffer, length); in acpi_video_get_edid()
[all …]
/linux-3.4.99/drivers/media/video/usbvision/
Dusbvision-video.c168 struct video_device *vdev = in cd_to_usbvision()
169 container_of(cd, struct video_device, dev); in cd_to_usbvision()
183 struct video_device *vdev = in show_model()
184 container_of(cd, struct video_device, dev); in show_model()
194 struct video_device *vdev = in show_hue()
195 container_of(cd, struct video_device, dev); in show_hue()
209 struct video_device *vdev = in show_contrast()
210 container_of(cd, struct video_device, dev); in show_contrast()
224 struct video_device *vdev = in show_brightness()
225 container_of(cd, struct video_device, dev); in show_brightness()
[all …]
/linux-3.4.99/drivers/media/video/zoran/
Dzoran_card.h44 extern struct video_device zoran_template;
50 extern void zoran_vdev_release(struct video_device *vdev);
/linux-3.4.99/drivers/media/video/cx25821/
Dcx25821.h251 struct video_device *video_dev;
331 struct video_device *vbi_dev;
332 struct video_device *radio_dev;
333 struct video_device *ioctl_dev;
385 struct video_device *v4l_device;
613 extern struct video_device *cx25821_vdev_init(struct cx25821_dev *dev,
615 struct video_device *template,
/linux-3.4.99/drivers/media/video/s5p-jpeg/
Djpeg-core.h69 struct video_device *vfd_encoder;
70 struct video_device *vfd_decoder;
/linux-3.4.99/drivers/usb/gadget/
Duvc_v4l2.c122 struct video_device *vdev = video_devdata(file); in uvc_v4l2_open()
143 struct video_device *vdev = video_devdata(file); in uvc_v4l2_release()
167 struct video_device *vdev = video_devdata(file); in uvc_v4l2_do_ioctl()
325 struct video_device *vdev = video_devdata(file); in uvc_v4l2_mmap()
334 struct video_device *vdev = video_devdata(file); in uvc_v4l2_poll()
/linux-3.4.99/Documentation/video4linux/
Dv4l2-framework.txt22 For a long time the framework was limited to the video_device struct for
70 sub-device instances, the video_device struct stores V4L2 device node data
526 struct video_device
530 video_device struct (v4l2-dev.h). This struct can either be allocated
535 struct video_device *vdev = video_device_alloc();
545 struct video_device *vdev = &my_vdev->vdev;
579 video_device is setup you do know which parent PCI device to use.
594 media_entity struct embedded in the video_device struct (entity field) by
611 You can set a pointer to a mutex_lock in struct video_device. Usually this
630 the lock in struct video_device then you must unlock/lock this mutex in
[all …]
/linux-3.4.99/drivers/media/radio/si470x/
Dradio-si470x.h144 struct video_device *videodev;
215 extern struct video_device si470x_viddev_template;
/linux-3.4.99/drivers/media/video/saa7134/
Dsaa7134.h552 struct video_device *video_dev;
553 struct video_device *radio_dev;
554 struct video_device *vbi_dev;
639 struct video_device *empress_dev;
760 extern struct video_device saa7134_video_template;
761 extern struct video_device saa7134_radio_template;
800 extern struct video_device saa7134_vbi_template;
/linux-3.4.99/drivers/media/video/cx88/
Dcx88.h463 struct video_device *video_dev;
464 struct video_device *vbi_dev;
465 struct video_device *radio_dev;
548 struct video_device *mpeg_dev;
639 extern struct video_device *cx88_vdev_init(struct cx88_core *core,
641 const struct video_device *template_,
/linux-3.4.99/drivers/media/video/cx18/
Dcx18-ioctl.h28 void cx18_set_funcs(struct video_device *vdev);
/linux-3.4.99/drivers/media/video/bt8xx/
Dbttvp.h398 struct video_device *video_dev;
399 struct video_device *radio_dev;
400 struct video_device *vbi_dev;
/linux-3.4.99/drivers/media/video/ivtv/
Divtv-ioctl.h29 void ivtv_set_funcs(struct video_device *vdev);
/linux-3.4.99/include/sound/
Dtea575x-tuner.h47 struct video_device vd; /* video device */

1234567