Lines Matching refs:vbi_dev
1218 if (dev->vbi_dev) {
1219 if (video_is_registered(dev->vbi_dev))
1220 video_unregister_device(dev->vbi_dev);
1222 video_device_release(dev->vbi_dev);
1223 dev->vbi_dev = NULL;
1383 dev->vbi_dev = cx23885_vdev_init(dev, dev->pci,
1385 dev->vbi_dev->queue = &dev->vb2_vbiq;
1386 dev->vbi_dev->device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
1393 dev->vbi_dev->device_caps |= V4L2_CAP_TUNER;
1397 dev->vbi_dev->device_caps |= V4L2_CAP_TUNER;
1399 err = video_register_device(dev->vbi_dev, VFL_TYPE_VBI,
1407 dev->name, video_device_node_name(dev->vbi_dev));