Home
last modified time | relevance | path

Searched refs:snd_seq_client_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/uapi/sound/
Dasequencer.h352 struct snd_seq_client_info { struct
581 #define SNDRV_SEQ_IOCTL_GET_CLIENT_INFO _IOWR('S', 0x10, struct snd_seq_client_info)
582 #define SNDRV_SEQ_IOCTL_SET_CLIENT_INFO _IOW ('S', 0x11, struct snd_seq_client_info)
609 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT _IOWR('S', 0x51, struct snd_seq_client_info)
/Linux-v4.19/sound/core/seq/
Dseq_clientmgr.c1197 struct snd_seq_client_info *info) in get_client_info()
1225 struct snd_seq_client_info *client_info = arg; in snd_seq_ioctl_get_client_info()
1244 struct snd_seq_client_info *client_info = arg; in snd_seq_ioctl_set_client_info()
1996 struct snd_seq_client_info *info = arg; in snd_seq_ioctl_query_next_client()
2099 struct snd_seq_client_info client_info; in snd_seq_ioctl()
/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_midi.c79 struct snd_seq_client_info *clinfo; in snd_seq_oss_midi_lookup_ports()