Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq_ports.c212 return list_entry(p, struct snd_seq_subscribers, dest_list); in get_subscriber()
536 list_add_tail(&subs->dest_list, &grp->list_head); in check_and_subscribe_port()
558 list = is_src ? &subs->src_list : &subs->dest_list; in __delete_and_unsubscribe_port()
602 INIT_LIST_HEAD(&subs->dest_list); in snd_seq_port_connect()
644 list_for_each_entry(subs, &dest->list_head, dest_list) { in snd_seq_port_disconnect()
H A Dseq_ports.h32 struct list_head dest_list; /* link of destinations */ member
H A Dseq_clientmgr.c2022 s = list_entry(p, struct snd_seq_subscribers, dest_list); in snd_seq_ioctl_query_subs()
2594 s = list_entry(p, struct snd_seq_subscribers, dest_list); in snd_seq_info_dump_subscribers()
/openbmc/linux/drivers/target/
H A Dtarget_core_pr.c40 struct list_head dest_list; member
1496 INIT_LIST_HEAD(&tidh_new->dest_list); in core_scsi3_decode_spec_i_port()
1518 list_add_tail(&tidh_new->dest_list, &tid_dest_list); in core_scsi3_decode_spec_i_port()
1723 INIT_LIST_HEAD(&tidh_new->dest_list); in core_scsi3_decode_spec_i_port()
1759 list_add_tail(&tidh_new->dest_list, &tid_dest_list); in core_scsi3_decode_spec_i_port()
1782 list_for_each_entry_safe(tidh, tidh_tmp, &tid_dest_list, dest_list) { in core_scsi3_decode_spec_i_port()
1788 list_del(&tidh->dest_list); in core_scsi3_decode_spec_i_port()
1818 list_for_each_entry_safe(tidh, tidh_tmp, &tid_dest_list, dest_list) { in core_scsi3_decode_spec_i_port()
1829 list_del(&tidh->dest_list); in core_scsi3_decode_spec_i_port()