Lines Matching full:inbound
37 * inbound entry.
87 * @domain: irq_domain for inbound entries
118 * @in: pointer to the inbound smem item
121 * @valid_entries: already scanned inbound entries
125 * @local_pid: processor id of the inbound edge
132 * @inbound: list of inbound entries
159 struct list_head inbound; member
233 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_notify_in()
244 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_notify_in()
533 INIT_LIST_HEAD(&smp2p->inbound); in qcom_smp2p_probe()
600 list_add(&entry->node, &smp2p->inbound); in qcom_smp2p_probe()
645 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_probe()
670 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_remove()