Searched refs:vdev_init (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-core.c | 809 static struct video_device *vdev_init(struct saa7134_dev *dev, in vdev_init() function 1067 dev->video_dev = vdev_init(dev,&saa7134_video_template,"video"); in saa7134_initdev() 1081 dev->vbi_dev = vdev_init(dev, &saa7134_video_template, "vbi"); in saa7134_initdev() 1094 dev->radio_dev = vdev_init(dev,&saa7134_radio_template,"radio"); in saa7134_initdev()
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-video.c | 1611 static void vdev_init(struct tm6000_core *dev, in vdev_init() function 1654 vdev_init(dev, &dev->vfd, &tm6000_template, "video"); in tm6000_v4l2_register() 1674 vdev_init(dev, &dev->radio_dev, &tm6000_radio_template, in tm6000_v4l2_register()
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 3920 static void vdev_init(struct bttv *btv, in vdev_init() function 3954 vdev_init(btv, &btv->video_dev, &bttv_video_template, "video"); in bttv_register_video() 3968 vdev_init(btv, &btv->vbi_dev, &bttv_video_template, "vbi"); in bttv_register_video() 3979 vdev_init(btv, &btv->radio_dev, &radio_template, "radio"); in bttv_register_video()
|