Home
last modified time | relevance | path

Searched refs:dest_list (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/core/seq/
Dseq_ports.c213 return list_entry(p, struct snd_seq_subscribers, dest_list); in get_subscriber()
521 list_add_tail(&subs->dest_list, &grp->list_head); in check_and_subscribe_port()
542 list = is_src ? &subs->src_list : &subs->dest_list; in delete_and_unsubscribe_port()
575 INIT_LIST_HEAD(&subs->dest_list); in snd_seq_port_connect()
Dseq_ports.h46 struct list_head dest_list; /* link of destinations */ member
Dseq_clientmgr.c2065 s = list_entry(p, struct snd_seq_subscribers, dest_list); in snd_seq_ioctl_query_subs()
2475 s = list_entry(p, struct snd_seq_subscribers, dest_list); in snd_seq_info_dump_subscribers()
/linux-4.4.14/drivers/target/
Dtarget_core_pr.c51 struct list_head dest_list; member
1532 INIT_LIST_HEAD(&tidh_new->dest_list); in core_scsi3_decode_spec_i_port()
1551 list_add_tail(&tidh_new->dest_list, &tid_dest_list); in core_scsi3_decode_spec_i_port()
1746 INIT_LIST_HEAD(&tidh_new->dest_list); in core_scsi3_decode_spec_i_port()
1783 list_add_tail(&tidh_new->dest_list, &tid_dest_list); in core_scsi3_decode_spec_i_port()
1806 list_for_each_entry_safe(tidh, tidh_tmp, &tid_dest_list, dest_list) { in core_scsi3_decode_spec_i_port()
1812 list_del(&tidh->dest_list); in core_scsi3_decode_spec_i_port()
1845 list_for_each_entry_safe(tidh, tidh_tmp, &tid_dest_list, dest_list) { in core_scsi3_decode_spec_i_port()
1851 list_del(&tidh->dest_list); in core_scsi3_decode_spec_i_port()