Searched refs:video_device (Results 126 - 150 of 159) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dhexium_gemini.c71 struct video_device *video_dev;
H A Dcpia.c3133 struct video_device *dev = video_devdata(file);
3210 struct video_device *dev = file->private_data;
3262 struct video_device *dev = file->private_data;
3318 struct video_device *dev = file->private_data;
3711 struct video_device *dev = file->private_data;
3767 static struct video_device cpia_template = {
H A Dcafe_ccic.c155 struct video_device vdev;
1716 static struct video_device cafe_v4l_template = {
H A Dw9966.c113 struct video_device vdev;
835 /* Fill in the video_device struct and register us to v4l */
H A Darv.c106 struct video_device vdev;
H A Dbw-qcam.c106 struct video_device vdev;
H A Dc-qcam.c47 struct video_device vdev;
H A Dstradis.c1866 struct video_device *vdev = video_devdata(file);
1903 /* template for video_device-structure */
1904 static struct video_device saa_template = {
H A Dpms.c58 struct video_device vdev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-driver.h331 struct video_device *vdev; /* NULL when stream not created */
H A Divtv-ioctl.c1839 struct video_device *vfd = video_devdata(filp);
1949 void ivtv_set_funcs(struct video_device *vdev)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_vout.c2172 struct video_device *vfd;
2220 /* initialize the video_device struct */
2250 struct video_device *vfd;
2352 struct video_device *vfd = NULL;
2430 struct video_device *vfd;
2440 * video_device struct directly.
2445 * The unregister function will release the video_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_uvc.c329 struct video_device *video;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/zoran/
H A Dzoran_card.c1053 zr->video_dev = kmalloc(sizeof(struct video_device), GFP_KERNEL);
1137 zoran_vdev_release (struct video_device *vdev)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-blackbird.c1051 struct video_device *vdev = video_devdata(file);
1208 static struct video_device cx8802_mpeg_template = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-video.c1329 struct video_device *vdev = video_devdata(file);
2501 struct video_device saa7134_video_template = {
2509 struct video_device saa7134_radio_template = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_driver.c1598 static void uvc_release(struct video_device *vdev)
1644 struct video_device *vdev;
H A Duvc_v4l2.c537 struct video_device *vdev = video_devdata(file);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/au0828/
H A Dau0828-video.c913 struct video_device *vdev = video_devdata(filp);
1778 static const struct video_device au0828_video_template = {
1848 dprintk(1, "Can't allocate video_device.\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cpia2/
H A Dcpia2_v4l.c303 struct video_device *dev = video_devdata(file);
1921 static struct video_device cpia2_template = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dgo7007-v4l2.c1442 static void go7007_vfl_release(struct video_device *vfd)
1497 static struct video_device go7007_template = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-v4l.c341 struct video_device *vdev = video_devdata(file);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/solo6x10/
H A Dsolo6010-v4l2.c790 static struct video_device solo_v4l2_template = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dgspca.c1191 static void gspca_release(struct video_device *vfd)
2123 static struct video_device gspca_template = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c6152 acpi_handle video_device; local
6155 tpacpi_acpi_handle_locate("video", ACPI_VIDEO_HID, &video_device);
6156 if (video_device)
6157 bcl_levels = tpacpi_query_bcl_levels(video_device);

Completed in 259 milliseconds

1234567