Searched refs:snd_seq_client_use_ptr (Results 1 – 3 of 3) sorted by relevance
133 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr() function501 dest = snd_seq_client_use_ptr(event->dest.client); in get_event_dest_client()855 client = snd_seq_client_use_ptr(cell->event.source.client); in snd_seq_dispatch_event()1162 cptr = snd_seq_client_use_ptr(info.client); in snd_seq_ioctl_running_mode()1214 cptr = snd_seq_client_use_ptr(client_info.client); in snd_seq_ioctl_get_client_info()1346 cptr = snd_seq_client_use_ptr(info.addr.client); in snd_seq_ioctl_get_port_info()1459 if ((receiver = snd_seq_client_use_ptr(subs.dest.client)) == NULL) in snd_seq_ioctl_subscribe_port()1461 if ((sender = snd_seq_client_use_ptr(subs.sender.client)) == NULL) in snd_seq_ioctl_subscribe_port()1504 if ((receiver = snd_seq_client_use_ptr(subs.dest.client)) == NULL) in snd_seq_ioctl_unsubscribe_port()1506 if ((sender = snd_seq_client_use_ptr(subs.sender.client)) == NULL) in snd_seq_ioctl_unsubscribe_port()[all …]
86 struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
193 *cp = snd_seq_client_use_ptr(addr->client); in get_client_port()