Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/sound/core/seq/
Dseq_compat.c107 case SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT: in snd_seq_ioctl_compat()
Dseq_clientmgr.c2115 { SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT, snd_seq_ioctl_query_next_client },
/linux-6.1.9/include/uapi/sound/
Dasequencer.h593 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT _IOWR('S', 0x51, struct snd_seq_client_info) macro
/linux-6.1.9/sound/core/seq/oss/
Dseq_oss_midi.c77 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT, clinfo) == 0) { in snd_seq_oss_midi_lookup_ports()