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() function500 dest = snd_seq_client_use_ptr(event->dest.client); in get_event_dest_client()854 client = snd_seq_client_use_ptr(cell->event.source.client); in snd_seq_dispatch_event()1161 cptr = snd_seq_client_use_ptr(info.client); in snd_seq_ioctl_running_mode()1213 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()1453 if ((receiver = snd_seq_client_use_ptr(subs.dest.client)) == NULL) in snd_seq_ioctl_subscribe_port()1455 if ((sender = snd_seq_client_use_ptr(subs.sender.client)) == NULL) in snd_seq_ioctl_subscribe_port()1498 if ((receiver = snd_seq_client_use_ptr(subs.dest.client)) == NULL) in snd_seq_ioctl_unsubscribe_port()1500 if ((sender = snd_seq_client_use_ptr(subs.sender.client)) == NULL) in snd_seq_ioctl_unsubscribe_port()[all …]
85 struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
190 *cp = snd_seq_client_use_ptr(addr->client); in get_client_port()