Lines Matching refs:node
42 struct list_head node; member
182 list_add_tail(&abuf->node, &apr->rx_list); in apr_callback()
322 list_for_each_entry_safe(abuf, b, &apr->rx_list, node) { in apr_rxwq()
334 list_del(&abuf->node); in apr_rxwq()
491 for_each_child_of_node_scoped(dev->of_node, node) { in of_apr_add_pd_lookups()
492 ret = of_property_read_string_index(node, "qcom,protection-domain", in of_apr_add_pd_lookups()
497 ret = of_property_read_string_index(node, "qcom,protection-domain", in of_apr_add_pd_lookups()
517 struct device_node *node; in of_register_apr_devices() local
521 for_each_child_of_node(dev->of_node, node) { in of_register_apr_devices()
537 ret = of_property_read_string_index(node, "qcom,protection-domain", in of_register_apr_devices()
553 if (of_property_read_u32(node, "reg", &svc_id)) in of_register_apr_devices()
558 if (apr_add_device(dev, node, svc_id, domain_id)) in of_register_apr_devices()