Home
last modified time | relevance | path

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

/linux-6.14.4/sound/core/seq/
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()
1212 cptr = client_load_and_use_ptr(info->client); in snd_seq_ioctl_running_mode()
1274 cptr = client_load_and_use_ptr(client_info->client); in snd_seq_ioctl_get_client_info()
1413 cptr = client_load_and_use_ptr(info->addr.client); in snd_seq_ioctl_get_port_info()
1520 receiver = client_load_and_use_ptr(subs->dest.client); in snd_seq_ioctl_subscribe_port()
1523 sender = client_load_and_use_ptr(subs->sender.client); in snd_seq_ioctl_subscribe_port()
1888 cptr = client_load_and_use_ptr(info->client); in snd_seq_ioctl_get_client_pool()
1992 sender = client_load_and_use_ptr(subs->sender.client); in snd_seq_ioctl_get_subscription()
2023 cptr = client_load_and_use_ptr(subs->root.client); in snd_seq_ioctl_query_subs()
[all …]