Home
last modified time | relevance | path

Searched refs:snd_seq_client_pool (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/seq/oss/
H A Dseq_oss_writeq.c28 struct snd_seq_client_pool pool; in snd_seq_oss_writeq_new()
140 struct snd_seq_client_pool pool; in snd_seq_oss_writeq_get_free_size()
153 struct snd_seq_client_pool pool; in snd_seq_oss_writeq_set_output()
/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.h368 struct snd_seq_client_pool { struct
604 #define SNDRV_SEQ_IOCTL_GET_CLIENT_POOL _IOWR('S', 0x4b, struct snd_seq_client_pool)
605 #define SNDRV_SEQ_IOCTL_SET_CLIENT_POOL _IOW ('S', 0x4c, struct snd_seq_client_pool)
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasequencer.h368 struct snd_seq_client_pool { struct
604 #define SNDRV_SEQ_IOCTL_GET_CLIENT_POOL _IOWR('S', 0x4b, struct snd_seq_client_pool)
605 #define SNDRV_SEQ_IOCTL_SET_CLIENT_POOL _IOW ('S', 0x4c, struct snd_seq_client_pool)
/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.h368 struct snd_seq_client_pool { struct
604 #define SNDRV_SEQ_IOCTL_GET_CLIENT_POOL _IOWR('S', 0x4b, struct snd_seq_client_pool)
605 #define SNDRV_SEQ_IOCTL_SET_CLIENT_POOL _IOW ('S', 0x4c, struct snd_seq_client_pool)
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_clientmgr.c1821 struct snd_seq_client_pool *info = arg; in snd_seq_ioctl_get_client_pool()
1850 struct snd_seq_client_pool *info = arg; in snd_seq_ioctl_set_client_pool()
2124 struct snd_seq_client_pool client_pool; in snd_seq_ioctl()