Searched refs:v4l_device (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-ioctl.c63 if (dev->v4l_device != NULL) {
120 if (dev->v4l_device == NULL)
171 if (dev->v4l_device == NULL)
H A Dcx23885-417.c1730 if (dev->v4l_device) {
1731 if (video_is_registered(dev->v4l_device))
1732 video_unregister_device(dev->v4l_device);
1734 video_device_release(dev->v4l_device);
1735 dev->v4l_device = NULL;
1785 dev->v4l_device = cx23885_video_dev_alloc(tsport,
1787 video_set_drvdata(dev->v4l_device, dev);
1788 err = video_register_device(dev->v4l_device,
1796 dev->name, video_device_node_name(dev->v4l_device));
H A Dcx23885.h394 struct video_device *v4l_device; member in struct:cx23885_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821.h384 struct video_device *v4l_device; member in struct:cx25821_dev

Completed in 64 milliseconds