Searched defs:v4l2_file_operations (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 95121 struct v4l2_file_operations { struct 95122 struct module *owner; 95123 ssize_t (*read)(struct file *, char __attribute__((btf_type_tag("user"))) *, size_t, loff_t *); 95124 …ze_t (*write)(struct file *, const char __attribute__((btf_type_tag("user"))) *, size_t, loff_t *); 95125 __poll_t (*poll)(struct file *, struct poll_table_struct *); 95126 long (*unlocked_ioctl)(struct file *, unsigned int, unsigned long); 95127 long (*compat_ioctl32)(struct file *, unsigned int, unsigned long); 95128 …ng (*get_unmapped_area)(struct file *, unsigned long, unsigned long, unsigned long, unsigned long); 95129 int (*mmap)(struct file *, struct vm_area_struct *); 95130 int (*open)(struct file *); [all …]
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 104817 struct v4l2_file_operations { struct 104818 struct module *owner; 104819 ssize_t (*read)(struct file *, char __attribute__((btf_type_tag("user"))) *, size_t, loff_t *); 104820 …ze_t (*write)(struct file *, const char __attribute__((btf_type_tag("user"))) *, size_t, loff_t *); 104821 __poll_t (*poll)(struct file *, struct poll_table_struct *); 104822 long (*unlocked_ioctl)(struct file *, unsigned int, unsigned long); 104823 long (*compat_ioctl32)(struct file *, unsigned int, unsigned long); 104824 …ng (*get_unmapped_area)(struct file *, unsigned long, unsigned long, unsigned long, unsigned long); 104825 int (*mmap)(struct file *, struct vm_area_struct *); 104826 int (*open)(struct file *); [all …]
|