Searched refs:vdev_init (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/media/pci/saa7134/ |
D | saa7134-core.c | 943 static struct video_device *vdev_init(struct saa7134_dev *dev, in vdev_init() function 1204 dev->video_dev = vdev_init(dev,&saa7134_video_template,"video"); in saa7134_initdev() 1226 dev->vbi_dev = vdev_init(dev, &saa7134_video_template, "vbi"); in saa7134_initdev() 1243 dev->radio_dev = vdev_init(dev,&saa7134_radio_template,"radio"); in saa7134_initdev()
|
/linux-6.1.9/drivers/staging/media/deprecated/tm6000/ |
D | tm6000-video.c | 1583 static void vdev_init(struct tm6000_core *dev, in vdev_init() function 1626 vdev_init(dev, &dev->vfd, &tm6000_template, "video"); in tm6000_v4l2_register() 1650 vdev_init(dev, &dev->radio_dev, &tm6000_radio_template, in tm6000_v4l2_register()
|
/linux-6.1.9/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 3856 static void vdev_init(struct bttv *btv, in vdev_init() function 3890 vdev_init(btv, &btv->video_dev, &bttv_video_template, "video"); in bttv_register_video() 3910 vdev_init(btv, &btv->vbi_dev, &bttv_video_template, "vbi"); in bttv_register_video() 3925 vdev_init(btv, &btv->radio_dev, &radio_template, "radio"); in bttv_register_video()
|