Home
last modified time | relevance | path

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

/linux-6.12.1/sound/core/seq/
Dseq_clientmgr.c109 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr() function
179 client = snd_seq_client_use_ptr(clientid); in snd_seq_client_ioctl_lock()
193 client = snd_seq_client_use_ptr(clientid); in snd_seq_client_ioctl_unlock()
533 dest = snd_seq_client_use_ptr(event->dest.client); in get_event_dest_client()
839 client = snd_seq_client_use_ptr(cell->event.source.client); in snd_seq_dispatch_event()
1192 cptr = snd_seq_client_use_ptr(info->client); in snd_seq_ioctl_running_mode()
1254 cptr = snd_seq_client_use_ptr(client_info->client); in snd_seq_ioctl_get_client_info()
1383 cptr = snd_seq_client_use_ptr(info->addr.client); in snd_seq_ioctl_get_port_info()
1487 receiver = snd_seq_client_use_ptr(subs->dest.client); in snd_seq_ioctl_subscribe_port()
1490 sender = snd_seq_client_use_ptr(subs->sender.client); in snd_seq_ioctl_subscribe_port()
[all …]
Dseq_clientmgr.h79 struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
Dseq_ports.c182 *cp = snd_seq_client_use_ptr(addr->client); in get_client_port()