Home
last modified time | relevance | path

Searched refs:snd_seq_addr (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/sound/
H A Dasequencer.h142 struct snd_seq_addr { struct
149 struct snd_seq_addr sender; argument
150 struct snd_seq_addr dest;
251 struct snd_seq_addr origin; /* original sender */
264 struct snd_seq_addr addr;
279 struct snd_seq_addr source; /* source address */
280 struct snd_seq_addr dest; /* destination address */
292 struct snd_seq_addr source; /* source address */
293 struct snd_seq_addr dest; /* destination address */
568 struct snd_seq_addr sender; /* sender address */
[all …]
/openbmc/linux/sound/core/seq/
H A Dseq_ports.h58 struct snd_seq_addr addr; /* client/port number */
143 struct snd_seq_addr *dest_addr,
H A Dseq_ports.c185 static struct snd_seq_client_port *get_client_port(struct snd_seq_addr *addr, in get_client_port()
478 static inline int addr_match(struct snd_seq_addr *r, struct snd_seq_addr *s) in addr_match()
666 struct snd_seq_addr *dest_addr, in snd_seq_port_get_subscription()
H A Dseq_compat.c13 struct snd_seq_addr addr; /* client/port numbers */
/openbmc/linux/include/sound/
H A Dseq_oss.h24 struct snd_seq_addr addr; /* opened port address */
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_midi.h33 void snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_addr *addr);
H A Dseq_oss_device.h77 struct snd_seq_addr addr; /* address of this device */
H A Dseq_oss_midi.c508 snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_addr *addr) in snd_seq_oss_midi_get_addr()