Lines Matching full:inbound
36 * inbound entry.
83 * @domain: irq_domain for inbound entries
114 * @in: pointer to the inbound smem item
117 * @valid_entries: already scanned inbound entries
118 * @local_pid: processor id of the inbound edge
125 * @inbound: list of inbound entries
148 struct list_head inbound; member
203 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_intr()
214 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_intr()
457 INIT_LIST_HEAD(&smp2p->inbound); in qcom_smp2p_probe()
519 list_add(&entry->node, &smp2p->inbound); in qcom_smp2p_probe()
545 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_probe()
568 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_remove()