Searched defs:v4l2_file_operations (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/media/ |
| D | v4l2-dev.h | 200 struct v4l2_file_operations { struct 201 struct module *owner; 202 ssize_t (*read) (struct file *, char __user *, size_t, loff_t *); 203 ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *); 204 __poll_t (*poll) (struct file *, struct poll_table_struct *); 205 long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long); 229 * @fops: pointer to &struct v4l2_file_operations for the video device argument
|
| /kernel/linux/linux-5.10/include/media/ |
| D | v4l2-dev.h | 200 struct v4l2_file_operations { struct 201 struct module *owner; 202 ssize_t (*read) (struct file *, char __user *, size_t, loff_t *); 203 ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *); 204 __poll_t (*poll) (struct file *, struct poll_table_struct *); 205 long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long); 229 * @fops: pointer to &struct v4l2_file_operations for the video device argument
|