Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_clientmgr.c180 static struct snd_seq_client *client_load_and_use_ptr(int clientid) in client_load_and_use_ptr() function
193 client = client_load_and_use_ptr(clientid); in snd_seq_client_ioctl_lock()
1225 cptr = client_load_and_use_ptr(info->client); in snd_seq_ioctl_running_mode()
1287 cptr = client_load_and_use_ptr(client_info->client); in snd_seq_ioctl_get_client_info()
1426 cptr = client_load_and_use_ptr(info->addr.client); in snd_seq_ioctl_get_port_info()
1533 receiver = client_load_and_use_ptr(subs->dest.client); in snd_seq_ioctl_subscribe_port()
1536 sender = client_load_and_use_ptr(subs->sender.client); in snd_seq_ioctl_subscribe_port()
1901 cptr = client_load_and_use_ptr(info->client); in snd_seq_ioctl_get_client_pool()
2005 sender = client_load_and_use_ptr(subs->sender.client); in snd_seq_ioctl_get_subscription()
2036 cptr = client_load_and_use_ptr(subs->root.client); in snd_seq_ioctl_query_subs()
[all …]