Lines Matching refs:ext_vv_data
231 if (dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) in fops_open()
233 if (dev->ext_vv_data->vbi_fops.open) in fops_open()
234 dev->ext_vv_data->vbi_fops.open(file); in fops_open()
271 if (dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) in fops_release()
273 if (dev->ext_vv_data->vbi_fops.release) in fops_release()
274 dev->ext_vv_data->vbi_fops.release(file); in fops_release()
307 if (fh->dev->ext_vv_data->capabilities & V4L2_CAP_SLICED_VBI_OUTPUT) in fops_mmap()
334 if (fh->dev->ext_vv_data->capabilities & V4L2_CAP_SLICED_VBI_OUTPUT) in __fops_poll()
391 if (fh->dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) { in fops_read()
414 if (fh->dev->ext_vv_data->vbi_fops.write) { in fops_write()
417 ret = fh->dev->ext_vv_data->vbi_fops.write(file, data, count, ppos); in fops_write()
518 dev->ext_vv_data = ext_vv; in saa7146_vv_init()
531 if (dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) in saa7146_vv_init()
600 vfd->ioctl_ops = &dev->ext_vv_data->vid_ops; in saa7146_register_device()
602 vfd->ioctl_ops = &dev->ext_vv_data->vbi_ops; in saa7146_register_device()
607 for (i = 0; i < dev->ext_vv_data->num_stds; i++) in saa7146_register_device()
608 vfd->tvnorms |= dev->ext_vv_data->stds[i].id; in saa7146_register_device()