Lines Matching refs:ext_vv_data
228 if (dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) in fops_open()
230 if (dev->ext_vv_data->vbi_fops.open) in fops_open()
231 dev->ext_vv_data->vbi_fops.open(file); in fops_open()
268 if (dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) in fops_release()
270 if (dev->ext_vv_data->vbi_fops.release) in fops_release()
271 dev->ext_vv_data->vbi_fops.release(file); in fops_release()
304 if (fh->dev->ext_vv_data->capabilities & V4L2_CAP_SLICED_VBI_OUTPUT) in fops_mmap()
331 if (fh->dev->ext_vv_data->capabilities & V4L2_CAP_SLICED_VBI_OUTPUT) in __fops_poll()
388 if (fh->dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) { in fops_read()
411 if (fh->dev->ext_vv_data->vbi_fops.write) { in fops_write()
414 ret = fh->dev->ext_vv_data->vbi_fops.write(file, data, count, ppos); in fops_write()
515 dev->ext_vv_data = ext_vv; in saa7146_vv_init()
528 if (dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) in saa7146_vv_init()
598 vfd->ioctl_ops = &dev->ext_vv_data->vid_ops; in saa7146_register_device()
600 vfd->ioctl_ops = &dev->ext_vv_data->vbi_ops; in saa7146_register_device()
605 for (i = 0; i < dev->ext_vv_data->num_stds; i++) in saa7146_register_device()
606 vfd->tvnorms |= dev->ext_vv_data->stds[i].id; in saa7146_register_device()
610 vfd->device_caps |= dev->ext_vv_data->capabilities; in saa7146_register_device()