dest_list          40 drivers/target/target_core_pr.c 	struct list_head dest_list;
dest_list        1521 drivers/target/target_core_pr.c 	INIT_LIST_HEAD(&tidh_new->dest_list);
dest_list        1540 drivers/target/target_core_pr.c 	list_add_tail(&tidh_new->dest_list, &tid_dest_list);
dest_list        1732 drivers/target/target_core_pr.c 		INIT_LIST_HEAD(&tidh_new->dest_list);
dest_list        1769 drivers/target/target_core_pr.c 		list_add_tail(&tidh_new->dest_list, &tid_dest_list);
dest_list        1792 drivers/target/target_core_pr.c 	list_for_each_entry_safe(tidh, tidh_tmp, &tid_dest_list, dest_list) {
dest_list        1798 drivers/target/target_core_pr.c 		list_del(&tidh->dest_list);
dest_list        1831 drivers/target/target_core_pr.c 	list_for_each_entry_safe(tidh, tidh_tmp, &tid_dest_list, dest_list) {
dest_list        1837 drivers/target/target_core_pr.c 		list_del(&tidh->dest_list);
dest_list        1988 sound/core/seq/seq_clientmgr.c 				s = list_entry(p, struct snd_seq_subscribers, dest_list);
dest_list        2403 sound/core/seq/seq_clientmgr.c 			s = list_entry(p, struct snd_seq_subscribers, dest_list);
dest_list         200 sound/core/seq/seq_ports.c 		return list_entry(p, struct snd_seq_subscribers, dest_list);
dest_list         506 sound/core/seq/seq_ports.c 		list_add_tail(&subs->dest_list, &grp->list_head);
dest_list         527 sound/core/seq/seq_ports.c 	list = is_src ? &subs->src_list : &subs->dest_list;
dest_list         560 sound/core/seq/seq_ports.c 	INIT_LIST_HEAD(&subs->dest_list);
dest_list          31 sound/core/seq/seq_ports.h 	struct list_head dest_list;	/* link of destinations */