Searched refs:mpeg_dev (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-blackbird.c1266 if (dev->mpeg_dev) {
1267 if (video_is_registered(dev->mpeg_dev))
1268 video_unregister_device(dev->mpeg_dev);
1270 video_device_release(dev->mpeg_dev);
1271 dev->mpeg_dev = NULL;
1279 dev->mpeg_dev = cx88_vdev_init(dev->core,dev->pci,
1281 video_set_drvdata(dev->mpeg_dev, dev);
1282 err = video_register_device(dev->mpeg_dev,VFL_TYPE_GRABBER, -1);
1289 dev->core->name, video_device_node_name(dev->mpeg_dev));
H A Dcx88.h513 struct video_device *mpeg_dev; member in struct:cx8802_dev

Completed in 91 milliseconds