Searched defs:snd_info_entry_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 97694 struct snd_info_entry_ops { struct 97695 int (*open)(struct snd_info_entry *, unsigned short, void **); 97696 int (*release)(struct snd_info_entry *, unsigned short, void *); 97697 …info_entry *, void *, struct file *, char __attribute__((btf_type_tag("user"))) *, size_t, loff_t); 97698 …ntry *, void *, struct file *, const char __attribute__((btf_type_tag("user"))) *, size_t, loff_t); 97699 loff_t (*llseek)(struct snd_info_entry *, void *, struct file *, loff_t, int); 97700 __poll_t (*poll)(struct snd_info_entry *, void *, struct file *, poll_table *); 97701 int (*ioctl)(struct snd_info_entry *, void *, struct file *, unsigned int, unsigned long); 97702 …t (*mmap)(struct snd_info_entry *, void *, struct inode *, struct file *, struct vm_area_struct *); 97703 u64 android_kabi_reserved1;
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 107390 struct snd_info_entry_ops { struct 107391 int (*open)(struct snd_info_entry *, unsigned short, void **); 107392 int (*release)(struct snd_info_entry *, unsigned short, void *); 107393 …info_entry *, void *, struct file *, char __attribute__((btf_type_tag("user"))) *, size_t, loff_t); 107394 …ntry *, void *, struct file *, const char __attribute__((btf_type_tag("user"))) *, size_t, loff_t); 107395 loff_t (*llseek)(struct snd_info_entry *, void *, struct file *, loff_t, int); 107396 __poll_t (*poll)(struct snd_info_entry *, void *, struct file *, poll_table *); 107397 int (*ioctl)(struct snd_info_entry *, void *, struct file *, unsigned int, unsigned long); 107398 …t (*mmap)(struct snd_info_entry *, void *, struct inode *, struct file *, struct vm_area_struct *); 107399 u64 android_kabi_reserved1;
|