Searched refs:snd_seq_client_use_ptr (Results 1 – 3 of 3) sorted by relevance
118 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr() function487 dest = snd_seq_client_use_ptr(event->dest.client); in get_event_dest_client()845 client = snd_seq_client_use_ptr(cell->event.source.client); in snd_seq_dispatch_event()1169 cptr = snd_seq_client_use_ptr(info->client); in snd_seq_ioctl_running_mode()1229 cptr = snd_seq_client_use_ptr(client_info->client); in snd_seq_ioctl_get_client_info()1340 cptr = snd_seq_client_use_ptr(info->addr.client); in snd_seq_ioctl_get_port_info()1444 if ((receiver = snd_seq_client_use_ptr(subs->dest.client)) == NULL) in snd_seq_ioctl_subscribe_port()1446 if ((sender = snd_seq_client_use_ptr(subs->sender.client)) == NULL) in snd_seq_ioctl_subscribe_port()1486 if ((receiver = snd_seq_client_use_ptr(subs->dest.client)) == NULL) in snd_seq_ioctl_unsubscribe_port()1488 if ((sender = snd_seq_client_use_ptr(subs->sender.client)) == NULL) in snd_seq_ioctl_unsubscribe_port()[all …]
88 struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
193 *cp = snd_seq_client_use_ptr(addr->client); in get_client_port()