Lines Matching refs:vbi_dev
1217 if (dev->vbi_dev) {
1218 if (video_is_registered(dev->vbi_dev))
1219 video_unregister_device(dev->vbi_dev);
1221 video_device_release(dev->vbi_dev);
1222 dev->vbi_dev = NULL;
1382 dev->vbi_dev = cx23885_vdev_init(dev, dev->pci,
1384 dev->vbi_dev->queue = &dev->vb2_vbiq;
1385 dev->vbi_dev->device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
1392 dev->vbi_dev->device_caps |= V4L2_CAP_TUNER;
1396 dev->vbi_dev->device_caps |= V4L2_CAP_TUNER;
1398 err = video_register_device(dev->vbi_dev, VFL_TYPE_VBI,
1406 dev->name, video_device_node_name(dev->vbi_dev));