Symbol: snd_seq_addr
include/sound/seq_oss.h
24
struct snd_seq_addr addr; /* opened port address */
include/uapi/sound/asequencer.h
152
struct snd_seq_addr sender;
include/uapi/sound/asequencer.h
153
struct snd_seq_addr dest;
include/uapi/sound/asequencer.h
254
struct snd_seq_addr origin; /* original sender */
include/uapi/sound/asequencer.h
273
struct snd_seq_addr addr;
include/uapi/sound/asequencer.h
289
struct snd_seq_addr source; /* source address */
include/uapi/sound/asequencer.h
290
struct snd_seq_addr dest; /* destination address */
include/uapi/sound/asequencer.h
302
struct snd_seq_addr source; /* source address */
include/uapi/sound/asequencer.h
303
struct snd_seq_addr dest; /* destination address */
include/uapi/sound/asequencer.h
418
struct snd_seq_addr dest; /* Address for REMOVE_DEST */
include/uapi/sound/asequencer.h
483
struct snd_seq_addr addr; /* client/port numbers */
include/uapi/sound/asequencer.h
581
struct snd_seq_addr sender; /* sender address */
include/uapi/sound/asequencer.h
582
struct snd_seq_addr dest; /* destination address */
include/uapi/sound/asequencer.h
595
struct snd_seq_addr root; /* client/port id to be searched */
include/uapi/sound/asequencer.h
599
struct snd_seq_addr addr; /* R/O: result */
sound/core/seq/oss/seq_oss_device.h
76
struct snd_seq_addr addr; /* address of this device */
sound/core/seq/oss/seq_oss_midi.c
469
snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_addr *addr)
sound/core/seq/oss/seq_oss_midi.h
33
void snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_addr *addr);
sound/core/seq/seq_compat.c
13
struct snd_seq_addr addr; /* client/port numbers */
sound/core/seq/seq_ports.c
178
static struct snd_seq_client_port *get_client_port(struct snd_seq_addr *addr,
sound/core/seq/seq_ports.c
464
static inline int addr_match(struct snd_seq_addr *r, struct snd_seq_addr *s)
sound/core/seq/seq_ports.c
646
struct snd_seq_addr *dest_addr,
sound/core/seq/seq_ports.h
137
struct snd_seq_addr *dest_addr,
sound/core/seq/seq_ports.h
48
struct snd_seq_addr addr; /* client/port number */