Searched refs:vbi_fops (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/media/drv-intf/
H A Dsaa7146_vv.h133 struct v4l2_file_operations vbi_fops; member in struct:saa7146_ext_vv
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_fops.c189 if (vdev->vfl_type != VFL_TYPE_VBI || !dev->ext_vv_data->vbi_fops.write)
193 ret = dev->ext_vv_data->vbi_fops.write(file, data, count, ppos);
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-vbi.c639 static const struct v4l2_file_operations vbi_fops = { variable in typeref:struct:v4l2_file_operations
666 .fops = &vbi_fops,
/linux-master/drivers/staging/media/av7110/
H A Dav7110_v4l.c941 .vbi_fops.write = av7110_vbi_write,
954 .vbi_fops.write = av7110_vbi_write,

Completed in 117 milliseconds