Home
last modified time | relevance | path

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

/openbmc/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()
1217 cptr = client_load_and_use_ptr(info->client); in snd_seq_ioctl_running_mode()
1279 cptr = client_load_and_use_ptr(client_info->client); in snd_seq_ioctl_get_client_info()
1414 cptr = client_load_and_use_ptr(info->addr.client); in snd_seq_ioctl_get_port_info()
1518 receiver = client_load_and_use_ptr(subs->dest.client); in snd_seq_ioctl_subscribe_port()
1521 sender = client_load_and_use_ptr(subs->sender.client); in snd_seq_ioctl_subscribe_port()
1882 cptr = client_load_and_use_ptr(info->client); in snd_seq_ioctl_get_client_pool()
1986 sender = client_load_and_use_ptr(subs->sender.client); in snd_seq_ioctl_get_subscription()
2017 cptr = client_load_and_use_ptr(subs->root.client); in snd_seq_ioctl_query_subs()
[all …]