Searched refs:vdev_init (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/media/pci/saa7134/ |
D | saa7134-core.c | 932 static struct video_device *vdev_init(struct saa7134_dev *dev, in vdev_init() function 1178 dev->video_dev = vdev_init(dev,&saa7134_video_template,"video"); in saa7134_initdev() 1197 dev->vbi_dev = vdev_init(dev, &saa7134_video_template, "vbi"); in saa7134_initdev() 1214 dev->radio_dev = vdev_init(dev,&saa7134_radio_template,"radio"); in saa7134_initdev()
|
/linux-6.12.1/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 3075 static int vdev_init(struct bttv *btv, struct video_device *vfd, in vdev_init() function 3137 vdev_init(btv, &btv->video_dev, &bttv_video_template, "video"); in bttv_register_video() 3155 vdev_init(btv, &btv->vbi_dev, &bttv_video_template, "vbi"); in bttv_register_video() 3170 vdev_init(btv, &btv->radio_dev, &radio_template, "radio"); in bttv_register_video()
|