Home
last modified time | relevance | path

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

/linux/sound/core/seq/
A Dseq_clientmgr.c304 case USER_CLIENT: in seq_free_client()
364 client->type = USER_CLIENT; in snd_seq_open()
630 case USER_CLIENT: in __snd_seq_deliver_single_event()
1233 if (cptr->type == USER_CLIENT) in get_client_info()
1310 if (client->type == USER_CLIENT && info->kernel) in snd_seq_ioctl_create_port()
1864 if (cptr->type == USER_CLIENT) { in snd_seq_ioctl_get_client_pool()
1903 if (client->type == USER_CLIENT && client->data.user.fifo != NULL && in snd_seq_ioctl_set_client_pool()
1936 if (client->type == USER_CLIENT && client->data.user.fifo) in snd_seq_ioctl_remove_events()
2201 if (cptr->type != USER_CLIENT) { in snd_seq_ioctl_client_ump_info()
2691 client->type == USER_CLIENT ? "User" : "Kernel", in snd_seq_info_clients_read()
[all …]
A Dseq_ports.c444 if (err >= 0 && send_ack && client->type == USER_CLIENT) in subscribe_port()
464 if (send_ack && client->type == USER_CLIENT) in unsubscribe_port()
/linux/include/uapi/sound/
A Dasequencer.h343 #define USER_CLIENT ((__force snd_seq_client_type_t) 1) macro

Completed in 13 milliseconds