Searched refs:radio_dev (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-core.c802 if (dev->radio_dev) {
803 if (-1 != dev->radio_dev->minor)
804 video_unregister_device(dev->radio_dev);
806 video_device_release(dev->radio_dev);
807 dev->radio_dev = NULL;
1009 dev->radio_dev = vdev_init(dev,&saa7134_radio_template,"radio");
1010 err = video_register_device(dev->radio_dev,VFL_TYPE_RADIO,
1015 dev->name,dev->radio_dev->minor & 0x1f);
H A Dsaa7134.h455 struct video_device *radio_dev; member in struct:saa7134_dev
H A Dsaa7134-video.c1285 if (h->radio_dev && (h->radio_dev->minor == minor)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-video.c731 if (h->radio_dev &&
732 h->radio_dev->minor == minor) {
1724 if (dev->radio_dev) {
1725 if (-1 != dev->radio_dev->minor)
1726 video_unregister_device(dev->radio_dev);
1728 video_device_release(dev->radio_dev);
1729 dev->radio_dev = NULL;
1857 dev->radio_dev = cx88_vdev_init(core,dev->pci,
1859 err = video_register_device(dev->radio_dev,VFL_TYPE_RADIO,
1867 core->name,dev->radio_dev
[all...]
H A Dcx88.h385 struct video_device *radio_dev; member in struct:cx8800_dev
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttvp.h356 struct video_device *radio_dev; member in struct:bttv
H A Dbttv-driver.c3872 if (bttvs[i].radio_dev->minor == minor) {
3917 strcpy(cap->name,btv->radio_dev->name);
4559 if (btv->radio_dev) {
4560 if (-1 != btv->radio_dev->minor)
4561 video_unregister_device(btv->radio_dev);
4563 video_device_release(btv->radio_dev);
4564 btv->radio_dev = NULL;
4604 btv->radio_dev = vdev_init(btv, &radio_template, "radio");
4605 if (NULL == btv->radio_dev)
4607 if (video_register_device(btv->radio_dev, VFL_TYPE_RADI
[all...]

Completed in 206 milliseconds