snd_seq_client_use_ptr  175 sound/core/seq/seq_clientmgr.c 	client = snd_seq_client_use_ptr(clientid);
snd_seq_client_use_ptr  189 sound/core/seq/seq_clientmgr.c 	client = snd_seq_client_use_ptr(clientid);
snd_seq_client_use_ptr  504 sound/core/seq/seq_clientmgr.c 	dest = snd_seq_client_use_ptr(event->dest.client);
snd_seq_client_use_ptr  862 sound/core/seq/seq_clientmgr.c 	client = snd_seq_client_use_ptr(cell->event.source.client);
snd_seq_client_use_ptr 1195 sound/core/seq/seq_clientmgr.c 	cptr = snd_seq_client_use_ptr(info->client);
snd_seq_client_use_ptr 1255 sound/core/seq/seq_clientmgr.c 	cptr = snd_seq_client_use_ptr(client_info->client);
snd_seq_client_use_ptr 1366 sound/core/seq/seq_clientmgr.c 	cptr = snd_seq_client_use_ptr(info->addr.client);
snd_seq_client_use_ptr 1470 sound/core/seq/seq_clientmgr.c 	if ((receiver = snd_seq_client_use_ptr(subs->dest.client)) == NULL)
snd_seq_client_use_ptr 1472 sound/core/seq/seq_clientmgr.c 	if ((sender = snd_seq_client_use_ptr(subs->sender.client)) == NULL)
snd_seq_client_use_ptr 1512 sound/core/seq/seq_clientmgr.c 	if ((receiver = snd_seq_client_use_ptr(subs->dest.client)) == NULL)
snd_seq_client_use_ptr 1514 sound/core/seq/seq_clientmgr.c 	if ((sender = snd_seq_client_use_ptr(subs->sender.client)) == NULL)
snd_seq_client_use_ptr 1826 sound/core/seq/seq_clientmgr.c 	cptr = snd_seq_client_use_ptr(info->client);
snd_seq_client_use_ptr 1930 sound/core/seq/seq_clientmgr.c 	if ((sender = snd_seq_client_use_ptr(subs->sender.client)) == NULL)
snd_seq_client_use_ptr 1959 sound/core/seq/seq_clientmgr.c 	if ((cptr = snd_seq_client_use_ptr(subs->root.client)) == NULL)
snd_seq_client_use_ptr 2024 sound/core/seq/seq_clientmgr.c 		cptr = snd_seq_client_use_ptr(info->client);
snd_seq_client_use_ptr 2047 sound/core/seq/seq_clientmgr.c 	cptr = snd_seq_client_use_ptr(info->addr.client);
snd_seq_client_use_ptr 2274 sound/core/seq/seq_clientmgr.c 	cptr = snd_seq_client_use_ptr(client);
snd_seq_client_use_ptr 2316 sound/core/seq/seq_clientmgr.c 	cptr = snd_seq_client_use_ptr(client);
snd_seq_client_use_ptr 2459 sound/core/seq/seq_clientmgr.c 		client = snd_seq_client_use_ptr(c);
snd_seq_client_use_ptr   73 sound/core/seq/seq_clientmgr.h struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
snd_seq_client_use_ptr  177 sound/core/seq/seq_ports.c 	*cp = snd_seq_client_use_ptr(addr->client);