Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_clientmgr.c298 case USER_CLIENT: in seq_free_client()
358 client->type = USER_CLIENT; in snd_seq_open()
628 case USER_CLIENT: in snd_seq_deliver_single_event()
1233 if (cptr->type == USER_CLIENT) in get_client_info()
1307 if (client->type == USER_CLIENT && info->kernel) { in snd_seq_ioctl_create_port()
1833 if (cptr->type == USER_CLIENT) { in snd_seq_ioctl_get_client_pool()
1872 if (client->type == USER_CLIENT && client->data.user.fifo != NULL && in snd_seq_ioctl_set_client_pool()
1905 if (client->type == USER_CLIENT && client->data.user.fifo) in snd_seq_ioctl_remove_events()
2467 client->type == USER_CLIENT ? "User" : "Kernel"); in snd_seq_info_clients_read()
2473 if (client->type == USER_CLIENT && client->data.user.fifo && in snd_seq_info_clients_read()
H A Dseq_ports.c418 if (err >= 0 && send_ack && client->type == USER_CLIENT) in subscribe_port()
438 if (send_ack && client->type == USER_CLIENT) in unsubscribe_port()
/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.h343 #define USER_CLIENT ((snd_seq_client_type_t) 1) macro
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasequencer.h343 #define USER_CLIENT ((__force snd_seq_client_type_t) 1) 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.h343 #define USER_CLIENT ((snd_seq_client_type_t) 1) macro