Searched refs:SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_compat.c | 107 case SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT: in snd_seq_ioctl_compat()
|
H A D | seq_clientmgr.c | 2099 { SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT, snd_seq_ioctl_query_next_client },
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_compat.c | 110 case SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT: in snd_seq_ioctl_compat()
|
H A D | seq_clientmgr.c | 2262 { SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT, snd_seq_ioctl_query_next_client },
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asequencer.h | 609 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT _IOWR('S', 0x51, struct snd_seq_client_info) macro
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asequencer.h | 645 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT _IOWR('S', 0x51, struct snd_seq_client_info) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 415 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT _IOWR('S', 0x51, struct snd_seq_client_info) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 403 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT _IOWR('S', 0x51, struct snd_seq_client_info) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 403 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT _IOWR('S', 0x51, struct snd_seq_client_info) macro
|
/kernel/linux/linux-5.10/sound/core/seq/oss/ |
H A D | seq_oss_midi.c | 78 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT, clinfo) == 0) { in snd_seq_oss_midi_lookup_ports()
|
/kernel/linux/linux-6.6/sound/core/seq/oss/ |
H A D | seq_oss_midi.c | 78 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT, clinfo) == 0) { in snd_seq_oss_midi_lookup_ports()
|
Completed in 17 milliseconds