Searched defs:v4l2_file_operations (Results 1 – 1 of 1) sorted by relevance
193 struct v4l2_file_operations { struct194 struct module *owner;195 ssize_t (*read) (struct file *, char __user *, size_t, loff_t *);196 ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *);197 __poll_t (*poll) (struct file *, struct poll_table_struct *);198 long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long);222 * @fops: pointer to &struct v4l2_file_operations for the video device argument