Lines Matching refs:pp
223 static int __init use_1to1_mapping(struct device_node *pp) in use_1to1_mapping() argument
226 if (of_property_present(pp, "ranges")) in use_1to1_mapping()
235 if (of_node_name_eq(pp, "dma") || in use_1to1_mapping()
236 of_node_name_eq(pp, "espdma") || in use_1to1_mapping()
237 of_node_name_eq(pp, "ledma") || in use_1to1_mapping()
238 of_node_name_eq(pp, "lebuffer")) in use_1to1_mapping()
279 struct device_node *pp = p_op->dev.of_node; in build_device_resources() local
292 if (use_1to1_mapping(pp)) { in build_device_resources()
302 dp = pp; in build_device_resources()
303 pp = dp->parent; in build_device_resources()
304 if (!pp) { in build_device_resources()
309 pbus = of_match_bus(pp); in build_device_resources()