Searched defs:v4l2_file_operations (Results 1 – 1 of 1) sorted by relevance
63 struct v4l2_file_operations { struct64 struct module *owner;65 ssize_t (*read) (struct file *, char __user *, size_t, loff_t *);66 ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *);67 unsigned int (*poll) (struct file *, struct poll_table_struct *);91 const struct v4l2_file_operations *fops; argument