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