Lines Matching refs:ext_vv_data
230 if (dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) in fops_open()
232 if (dev->ext_vv_data->vbi_fops.open) in fops_open()
233 dev->ext_vv_data->vbi_fops.open(file); in fops_open()
270 if (dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) in fops_release()
272 if (dev->ext_vv_data->vbi_fops.release) in fops_release()
273 dev->ext_vv_data->vbi_fops.release(file); in fops_release()
306 if (fh->dev->ext_vv_data->capabilities & V4L2_CAP_SLICED_VBI_OUTPUT) in fops_mmap()
333 if (fh->dev->ext_vv_data->capabilities & V4L2_CAP_SLICED_VBI_OUTPUT) in __fops_poll()
390 if (fh->dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) { in fops_read()
413 if (fh->dev->ext_vv_data->vbi_fops.write) { in fops_write()
416 ret = fh->dev->ext_vv_data->vbi_fops.write(file, data, count, ppos); in fops_write()
517 dev->ext_vv_data = ext_vv; in saa7146_vv_init()
530 if (dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) in saa7146_vv_init()
599 vfd->ioctl_ops = &dev->ext_vv_data->vid_ops; in saa7146_register_device()
601 vfd->ioctl_ops = &dev->ext_vv_data->vbi_ops; in saa7146_register_device()
606 for (i = 0; i < dev->ext_vv_data->num_stds; i++) in saa7146_register_device()
607 vfd->tvnorms |= dev->ext_vv_data->stds[i].id; in saa7146_register_device()
611 vfd->device_caps |= dev->ext_vv_data->capabilities; in saa7146_register_device()