dest_client       156 sound/core/seq/oss/seq_oss_device.h 		     int dest_client, int dest_port)
dest_client       160 sound/core/seq/oss/seq_oss_device.h 	ev->dest.client = dest_client;
dest_client       724 sound/core/seq/seq_clientmgr.c 	struct snd_seq_client *dest_client;
dest_client       727 sound/core/seq/seq_clientmgr.c 	dest_client = get_event_dest_client(event, SNDRV_SEQ_FILTER_BROADCAST);
dest_client       728 sound/core/seq/seq_clientmgr.c 	if (dest_client == NULL)
dest_client       731 sound/core/seq/seq_clientmgr.c 	read_lock(&dest_client->ports_lock);
dest_client       732 sound/core/seq/seq_clientmgr.c 	list_for_each_entry(port, &dest_client->ports_list_head, list) {
dest_client       746 sound/core/seq/seq_clientmgr.c 	read_unlock(&dest_client->ports_lock);
dest_client       747 sound/core/seq/seq_clientmgr.c 	snd_seq_client_unlock(dest_client);
dest_client       545 sound/core/seq/seq_ports.c 			 struct snd_seq_client *dest_client,
dest_client       569 sound/core/seq/seq_ports.c 	err = check_and_subscribe_port(dest_client, dest_port, subs, false,
dest_client       571 sound/core/seq/seq_ports.c 				       connector->number != dest_client->number);
dest_client       589 sound/core/seq/seq_ports.c 			    struct snd_seq_client *dest_client,
dest_client       612 sound/core/seq/seq_ports.c 	delete_and_unsubscribe_port(dest_client, dest_port, subs, false,
dest_client       613 sound/core/seq/seq_ports.c 				    connector->number != dest_client->number);