Searched defs:snd_seq_query_subs (Results 1 – 5 of 5) sorted by relevance
560 struct snd_seq_query_subs { struct561 struct snd_seq_addr root; /* client/port id to be searched */562 int type; /* READ or WRITE */563 int index; /* 0..N-1 */564 int num_subs; /* R/O: number of subscriptions on this port */565 struct snd_seq_addr addr; /* R/O: result */566 unsigned char queue; /* R/O: result */567 unsigned int flags; /* R/O: result */568 char reserved[64]; /* for future use */
376 struct snd_seq_query_subs { struct377 struct snd_seq_addr root;378 int type;379 int index;380 int num_subs;381 struct snd_seq_addr addr;382 unsigned char queue;383 unsigned int flags;384 char reserved[64];
364 struct snd_seq_query_subs { struct365 struct snd_seq_addr root;366 int type;367 int index;368 int num_subs;369 struct snd_seq_addr addr;370 unsigned char queue;371 unsigned int flags;372 char reserved[64];
581 struct snd_seq_query_subs { struct582 struct snd_seq_addr root; /* client/port id to be searched */583 int type; /* READ or WRITE */584 int index; /* 0..N-1 */585 int num_subs; /* R/O: number of subscriptions on this port */586 struct snd_seq_addr addr; /* R/O: result */587 unsigned char queue; /* R/O: result */588 unsigned int flags; /* R/O: result */589 char reserved[64]; /* for future use */