Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/seq/
Dseq_clientmgr.c103 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr() function
173 client = snd_seq_client_use_ptr(clientid); in snd_seq_client_ioctl_lock()
187 client = snd_seq_client_use_ptr(clientid); in snd_seq_client_ioctl_unlock()
504 dest = snd_seq_client_use_ptr(event->dest.client); in get_event_dest_client()
862 client = snd_seq_client_use_ptr(cell->event.source.client); in snd_seq_dispatch_event()
1196 cptr = snd_seq_client_use_ptr(info->client); in snd_seq_ioctl_running_mode()
1256 cptr = snd_seq_client_use_ptr(client_info->client); in snd_seq_ioctl_get_client_info()
1368 cptr = snd_seq_client_use_ptr(info->addr.client); in snd_seq_ioctl_get_port_info()
1472 receiver = snd_seq_client_use_ptr(subs->dest.client); in snd_seq_ioctl_subscribe_port()
1475 sender = snd_seq_client_use_ptr(subs->sender.client); in snd_seq_ioctl_subscribe_port()
[all …]
Dseq_clientmgr.h73 struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
Dseq_ports.c177 *cp = snd_seq_client_use_ptr(addr->client); in get_client_port()