Lines Matching refs:ext_vv_data
232 if (dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) in fops_open()
234 if (dev->ext_vv_data->vbi_fops.open) in fops_open()
235 dev->ext_vv_data->vbi_fops.open(file); in fops_open()
272 if (dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) in fops_release()
274 if (dev->ext_vv_data->vbi_fops.release) in fops_release()
275 dev->ext_vv_data->vbi_fops.release(file); in fops_release()
308 if (fh->dev->ext_vv_data->capabilities & V4L2_CAP_SLICED_VBI_OUTPUT) in fops_mmap()
335 if (fh->dev->ext_vv_data->capabilities & V4L2_CAP_SLICED_VBI_OUTPUT) in __fops_poll()
392 if (fh->dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) { in fops_read()
415 if (fh->dev->ext_vv_data->vbi_fops.write) { in fops_write()
418 ret = fh->dev->ext_vv_data->vbi_fops.write(file, data, count, ppos); in fops_write()
519 dev->ext_vv_data = ext_vv; in saa7146_vv_init()
532 if (dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE) in saa7146_vv_init()
601 vfd->ioctl_ops = &dev->ext_vv_data->vid_ops; in saa7146_register_device()
603 vfd->ioctl_ops = &dev->ext_vv_data->vbi_ops; in saa7146_register_device()
608 for (i = 0; i < dev->ext_vv_data->num_stds; i++) in saa7146_register_device()
609 vfd->tvnorms |= dev->ext_vv_data->stds[i].id; in saa7146_register_device()
613 vfd->device_caps |= dev->ext_vv_data->capabilities; in saa7146_register_device()