Lines Matching full:inbound
38 * inbound entry.
88 * @domain: irq_domain for inbound entries
119 * @in: pointer to the inbound smem item
122 * @valid_entries: already scanned inbound entries
126 * @local_pid: processor id of the inbound edge
133 * @inbound: list of inbound entries
160 struct list_head inbound; member
239 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_notify_in()
250 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_notify_in()
549 INIT_LIST_HEAD(&smp2p->inbound); in qcom_smp2p_probe()
611 list_add(&entry->node, &smp2p->inbound); in qcom_smp2p_probe()
654 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_probe()
679 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_remove()