Lines Matching refs:vbi_dev
1557 if (video_is_registered(&dev->vbi_dev)) {
1559 video_device_node_name(&dev->vbi_dev));
1560 video_unregister_device(&dev->vbi_dev);
1855 cx231xx_vdev_init(dev, &dev->vbi_dev, &cx231xx_vbi_template, "vbi");
1859 ret = media_entity_pads_init(&dev->vbi_dev.entity, 1, &dev->vbi_pad);
1863 dev->vbi_dev.ctrl_handler = &dev->ctrl_handler;
1878 dev->vbi_dev.queue = q;
1879 dev->vbi_dev.device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
1887 dev->vbi_dev.device_caps |= V4L2_CAP_TUNER;
1891 dev->vbi_dev.device_caps |= V4L2_CAP_TUNER;
1895 ret = video_register_device(&dev->vbi_dev, VFL_TYPE_VBI,
1903 video_device_node_name(&dev->vbi_dev));