Searched refs:dest_list (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/sound/core/seq/ |
D | seq_ports.c | 200 return list_entry(p, struct snd_seq_subscribers, dest_list); in get_subscriber() 506 list_add_tail(&subs->dest_list, &grp->list_head); in check_and_subscribe_port() 527 list = is_src ? &subs->src_list : &subs->dest_list; in delete_and_unsubscribe_port() 560 INIT_LIST_HEAD(&subs->dest_list); in snd_seq_port_connect()
|
D | seq_ports.h | 31 struct list_head dest_list; /* link of destinations */ member
|
D | seq_clientmgr.c | 1988 s = list_entry(p, struct snd_seq_subscribers, dest_list); in snd_seq_ioctl_query_subs() 2403 s = list_entry(p, struct snd_seq_subscribers, dest_list); in snd_seq_info_dump_subscribers()
|
/Linux-v5.10/drivers/target/ |
D | target_core_pr.c | 40 struct list_head dest_list; member 1510 INIT_LIST_HEAD(&tidh_new->dest_list); in core_scsi3_decode_spec_i_port() 1532 list_add_tail(&tidh_new->dest_list, &tid_dest_list); in core_scsi3_decode_spec_i_port() 1739 INIT_LIST_HEAD(&tidh_new->dest_list); in core_scsi3_decode_spec_i_port() 1776 list_add_tail(&tidh_new->dest_list, &tid_dest_list); in core_scsi3_decode_spec_i_port() 1799 list_for_each_entry_safe(tidh, tidh_tmp, &tid_dest_list, dest_list) { in core_scsi3_decode_spec_i_port() 1805 list_del(&tidh->dest_list); in core_scsi3_decode_spec_i_port() 1835 list_for_each_entry_safe(tidh, tidh_tmp, &tid_dest_list, dest_list) { in core_scsi3_decode_spec_i_port() 1846 list_del(&tidh->dest_list); in core_scsi3_decode_spec_i_port()
|