Lines Matching full:inbound
36 * inbound entry.
83 * @domain: irq_domain for inbound entries
114 * @in: pointer to the inbound smem item
116 * @valid_entries: already scanned inbound entries
117 * @local_pid: processor id of the inbound edge
124 * @inbound: list of inbound entries
147 struct list_head inbound; member
202 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_intr()
213 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_intr()
455 INIT_LIST_HEAD(&smp2p->inbound); in qcom_smp2p_probe()
517 list_add(&entry->node, &smp2p->inbound); in qcom_smp2p_probe()
543 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_probe()
566 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_remove()