Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_clientmgr.h82 struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
H A Dseq_clientmgr.c164 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr() function
498 snd_seq_client_use_ptr(event->dest.client); in get_event_dest_client()
811 snd_seq_client_use_ptr(cell->event.source.client); in snd_seq_dispatch_event()
1491 snd_seq_client_use_ptr(subs->dest.client); in snd_seq_ioctl_unsubscribe_port()
1495 snd_seq_client_use_ptr(subs->sender.client); in snd_seq_ioctl_unsubscribe_port()
2401 snd_seq_client_use_ptr(client); in snd_seq_kernel_client_dispatch()
2482 return snd_seq_client_use_ptr(id); in snd_seq_kernel_client_get()
H A Dseq_ports.c181 *cp = snd_seq_client_use_ptr(addr->client); in get_client_port()