Searched defs:snd_rawmidi_global_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 97768 struct snd_rawmidi_global_ops { struct 97769 int (*dev_register)(struct snd_rawmidi *); 97770 int (*dev_unregister)(struct snd_rawmidi *); 97771 void (*get_port_info)(struct snd_rawmidi *, int, struct snd_seq_port_info *); 97772 long (*ioctl)(struct snd_rawmidi *, unsigned int, void __attribute__((btf_type_tag("user"))) *); 97773 void (*proc_read)(struct snd_info_entry *, struct snd_info_buffer *);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 107464 struct snd_rawmidi_global_ops { struct 107465 int (*dev_register)(struct snd_rawmidi *); 107466 int (*dev_unregister)(struct snd_rawmidi *); 107467 void (*get_port_info)(struct snd_rawmidi *, int, struct snd_seq_port_info *); 107468 long (*ioctl)(struct snd_rawmidi *, unsigned int, void __attribute__((btf_type_tag("user"))) *); 107469 void (*proc_read)(struct snd_info_entry *, struct snd_info_buffer *);
|