Searched defs:media_file_operations (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 95035 struct media_file_operations { struct 95036 struct module *owner; 95037 ssize_t (*read)(struct file *, char __attribute__((btf_type_tag("user"))) *, size_t, loff_t *); 95038 …ze_t (*write)(struct file *, const char __attribute__((btf_type_tag("user"))) *, size_t, loff_t *); 95039 __poll_t (*poll)(struct file *, struct poll_table_struct *); 95040 long (*ioctl)(struct file *, unsigned int, unsigned long); 95041 long (*compat_ioctl)(struct file *, unsigned int, unsigned long); 95042 int (*open)(struct file *); 95043 int (*release)(struct file *);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 104731 struct media_file_operations { struct 104732 struct module *owner; 104733 ssize_t (*read)(struct file *, char __attribute__((btf_type_tag("user"))) *, size_t, loff_t *); 104734 …ze_t (*write)(struct file *, const char __attribute__((btf_type_tag("user"))) *, size_t, loff_t *); 104735 __poll_t (*poll)(struct file *, struct poll_table_struct *); 104736 long (*ioctl)(struct file *, unsigned int, unsigned long); 104737 long (*compat_ioctl)(struct file *, unsigned int, unsigned long); 104738 int (*open)(struct file *); 104739 int (*release)(struct file *);
|