Lines Matching refs:vbi_dev
855 ret = media_entity_pads_init(&dev->vbi_dev->entity, 1, in saa7134_create_entities()
961 if (dev->vbi_dev) { in saa7134_unregister_video()
962 if (video_is_registered(dev->vbi_dev)) in saa7134_unregister_video()
963 vb2_video_unregister_device(dev->vbi_dev); in saa7134_unregister_video()
965 video_device_release(dev->vbi_dev); in saa7134_unregister_video()
966 dev->vbi_dev = NULL; in saa7134_unregister_video()
1197 dev->vbi_dev = vdev_init(dev, &saa7134_video_template, "vbi"); in saa7134_initdev()
1198 dev->vbi_dev->ctrl_handler = &dev->ctrl_handler; in saa7134_initdev()
1199 dev->vbi_dev->lock = &dev->lock; in saa7134_initdev()
1200 dev->vbi_dev->queue = &dev->vbi_vbq; in saa7134_initdev()
1201 dev->vbi_dev->device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING | in saa7134_initdev()
1204 dev->vbi_dev->device_caps |= V4L2_CAP_TUNER; in saa7134_initdev()
1206 err = video_register_device(dev->vbi_dev,VFL_TYPE_VBI, in saa7134_initdev()
1211 dev->name, video_device_node_name(dev->vbi_dev)); in saa7134_initdev()