Searched refs:USER_CLIENT (Results 1 – 3 of 3) sorted by relevance
274 case USER_CLIENT: in seq_free_client() 331 client->type = USER_CLIENT; in snd_seq_open() 592 case USER_CLIENT: in __snd_seq_deliver_single_event() 635 else if (dest->type == USER_CLIENT && in _snd_seq_deliver_single_event() 1193 if (cptr->type == USER_CLIENT) in get_client_info() 1278 if (client->type == USER_CLIENT && info->kernel) in snd_seq_ioctl_create_port() 1804 if (cptr->type == USER_CLIENT) { in snd_seq_ioctl_get_client_pool() 1842 if (client->type == USER_CLIENT && client->data.user.fifo != NULL && in snd_seq_ioctl_set_client_pool() 1875 if (client->type == USER_CLIENT && client->data.user.fifo) in snd_seq_ioctl_remove_events() 2113 if (cptr->type != USER_CLIENT) { in snd_seq_ioctl_client_ump_info() [all...]
434 if (err >= 0 && send_ack && client->type == USER_CLIENT) in subscribe_port()454 if (send_ack && client->type == USER_CLIENT) in unsubscribe_port()
353 #define USER_CLIENT ((__force snd_seq_client_type_t) 1) macro