vbi_fops          234 drivers/media/common/saa7146/saa7146_fops.c 		if (dev->ext_vv_data->vbi_fops.open)
vbi_fops          235 drivers/media/common/saa7146/saa7146_fops.c 			dev->ext_vv_data->vbi_fops.open(file);
vbi_fops          274 drivers/media/common/saa7146/saa7146_fops.c 		if (dev->ext_vv_data->vbi_fops.release)
vbi_fops          275 drivers/media/common/saa7146/saa7146_fops.c 			dev->ext_vv_data->vbi_fops.release(file);
vbi_fops          415 drivers/media/common/saa7146/saa7146_fops.c 		if (fh->dev->ext_vv_data->vbi_fops.write) {
vbi_fops          418 drivers/media/common/saa7146/saa7146_fops.c 			ret = fh->dev->ext_vv_data->vbi_fops.write(file, data, count, ppos);
vbi_fops          640 drivers/media/pci/saa7164/saa7164-vbi.c static const struct v4l2_file_operations vbi_fops = {
vbi_fops          667 drivers/media/pci/saa7164/saa7164-vbi.c 	.fops          = &vbi_fops,
vbi_fops          933 drivers/media/pci/ttpci/av7110_v4l.c 	.vbi_fops.open	= av7110_vbi_reset,
vbi_fops          934 drivers/media/pci/ttpci/av7110_v4l.c 	.vbi_fops.release = av7110_vbi_reset,
vbi_fops          935 drivers/media/pci/ttpci/av7110_v4l.c 	.vbi_fops.write	= av7110_vbi_write,
vbi_fops          948 drivers/media/pci/ttpci/av7110_v4l.c 	.vbi_fops.open	= av7110_vbi_reset,
vbi_fops          949 drivers/media/pci/ttpci/av7110_v4l.c 	.vbi_fops.release = av7110_vbi_reset,
vbi_fops          950 drivers/media/pci/ttpci/av7110_v4l.c 	.vbi_fops.write	= av7110_vbi_write,
vbi_fops          170 include/media/drv-intf/saa7146_vv.h 	struct v4l2_file_operations vbi_fops;