Home
last modified time | relevance | path

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

/linux/include/uapi/sound/
H A Dasequencer.h80 * event data type = snd_seq_addr
145 struct snd_seq_addr {
152 struct snd_seq_addr sender;
153 struct snd_seq_addr dest;
254 struct snd_seq_addr origin; /* original sender */
273 struct snd_seq_addr addr;
289 struct snd_seq_addr source; /* source address */
290 struct snd_seq_addr dest; /* destination address */
302 struct snd_seq_addr source; /* source address */
303 struct snd_seq_addr des
142 struct snd_seq_addr { global() struct
149 portsnd_seq_addr global() argument
[all...]
/linux/sound/core/seq/
H A Dseq_ports.h48 struct snd_seq_addr addr; /* client/port number */
135 struct snd_seq_addr *dest_addr,
H A Dseq_ports.c178 static struct snd_seq_client_port *get_client_port(struct snd_seq_addr *addr, in get_client_port()
474 static inline int addr_match(struct snd_seq_addr *r, struct snd_seq_addr *s) in addr_match()
656 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 */
/linux/include/sound/
H A Dseq_oss.h24 struct snd_seq_addr addr; /* opened port address */
/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.h76 struct snd_seq_addr addr; /* address of this device */
H A Dseq_oss_midi.c503 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()