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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/
H A Dradio-si4713.c50 struct video_device *radio_dev; member in struct:radio_si4713_device
302 rsdev->radio_dev = video_device_alloc();
303 if (!rsdev->radio_dev) {
309 memcpy(rsdev->radio_dev, &radio_si4713_vdev_template,
311 video_set_drvdata(rsdev->radio_dev, rsdev);
312 if (video_register_device(rsdev->radio_dev, VFL_TYPE_RADIO, radio_nr)) {
322 video_device_release(rsdev->radio_dev);
339 video_unregister_device(rsdev->radio_dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-core.c811 if (dev->radio_dev) {
812 if (video_is_registered(dev->radio_dev))
813 video_unregister_device(dev->radio_dev);
815 video_device_release(dev->radio_dev);
816 dev->radio_dev = NULL;
1054 dev->radio_dev = vdev_init(dev,&saa7134_radio_template,"radio");
1055 err = video_register_device(dev->radio_dev,VFL_TYPE_RADIO,
1060 dev->name, video_device_node_name(dev->radio_dev));
H A Dsaa7134.h526 struct video_device *radio_dev; member in struct:saa7134_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-video.c2014 if (dev->radio_dev) {
2015 if (video_is_registered(dev->radio_dev))
2016 video_unregister_device(dev->radio_dev);
2018 video_device_release(dev->radio_dev);
2019 dev->radio_dev = NULL;
2390 dev->radio_dev = cx231xx_vdev_init(dev, &cx231xx_radio_template,
2392 if (!dev->radio_dev) {
2396 ret = video_register_device(dev->radio_dev, VFL_TYPE_RADIO,
2403 video_device_node_name(dev->radio_dev));
H A Dcx231xx.h498 struct video_device *radio_dev; member in struct:cx231xx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-video.c1769 if (dev->radio_dev) {
1770 if (video_is_registered(dev->radio_dev))
1771 video_unregister_device(dev->radio_dev);
1773 video_device_release(dev->radio_dev);
1774 dev->radio_dev = NULL;
1925 dev->radio_dev = cx88_vdev_init(core,dev->pci,
1927 video_set_drvdata(dev->radio_dev, dev);
1928 err = video_register_device(dev->radio_dev,VFL_TYPE_RADIO,
1936 core->name, video_device_node_name(dev->radio_dev));
H A Dcx88.h433 struct video_device *radio_dev; member in struct:cx8800_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-video.c2196 if (dev->radio_dev) {
2197 if (video_is_registered(dev->radio_dev))
2198 video_unregister_device(dev->radio_dev);
2200 video_device_release(dev->radio_dev);
2201 dev->radio_dev = NULL;
2559 dev->radio_dev = em28xx_vdev_init(dev, &em28xx_radio_template,
2561 if (!dev->radio_dev) {
2565 ret = video_register_device(dev->radio_dev, VFL_TYPE_RADIO,
2572 video_device_node_name(dev->radio_dev));
H A Dem28xx.h571 struct video_device *radio_dev; member in struct:em28xx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttvp.h362 struct video_device *radio_dev; member in struct:bttv
H A Dbttv-driver.c3465 strlcpy(cap->card, btv->radio_dev->name, sizeof(cap->card));
4216 if (btv->radio_dev) {
4217 if (video_is_registered(btv->radio_dev))
4218 video_unregister_device(btv->radio_dev);
4220 video_device_release(btv->radio_dev);
4221 btv->radio_dev = NULL;
4262 btv->radio_dev = vdev_init(btv, &radio_template, "radio");
4263 if (NULL == btv->radio_dev)
4265 if (video_register_device(btv->radio_dev, VFL_TYPE_RADIO,
4269 btv->c.nr, video_device_node_name(btv->radio_dev));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885.h385 struct video_device *radio_dev; 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.h331 struct video_device *radio_dev; member in struct:cx25821_dev

Completed in 232 milliseconds