Searched refs:fops_read (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/ |
D | saa7164-vbi.c | 492 static ssize_t fops_read(struct file *file, char __user *buffer, in fops_read() function 644 .read = fops_read,
|
D | saa7164-encoder.c | 788 static ssize_t fops_read(struct file *file, char __user *buffer, in fops_read() function 937 .read = fops_read,
|
/kernel/linux/linux-5.10/drivers/media/common/saa7146/ |
D | saa7146_fops.c | 372 static ssize_t fops_read(struct file *file, char __user *data, size_t count, loff_t *ppos) in fops_read() function 431 .read = fops_read,
|