Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_compat.c107 case SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT: in snd_seq_ioctl_compat()
H A Dseq_clientmgr.c2099 { SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT, snd_seq_ioctl_query_next_client },
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasequencer.h609 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT _IOWR('S', 0x51, struct snd_seq_client_info) macro
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasequencer.h609 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT _IOWR('S', 0x51, struct snd_seq_client_info) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasequencer.h609 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT _IOWR('S', 0x51, struct snd_seq_client_info) macro
/OK3568_Linux_fs/kernel/sound/core/seq/oss/
H A 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()