Lines Matching refs:pp
221 static int __init use_1to1_mapping(struct device_node *pp) in use_1to1_mapping() argument
224 if (of_find_property(pp, "ranges", NULL) != NULL) in use_1to1_mapping()
233 if (!strcmp(pp->name, "dma") || in use_1to1_mapping()
234 !strcmp(pp->name, "espdma") || in use_1to1_mapping()
235 !strcmp(pp->name, "ledma") || in use_1to1_mapping()
236 !strcmp(pp->name, "lebuffer")) in use_1to1_mapping()
277 struct device_node *pp = p_op->dev.of_node; in build_device_resources() local
290 if (use_1to1_mapping(pp)) { in build_device_resources()
300 dp = pp; in build_device_resources()
301 pp = dp->parent; in build_device_resources()
302 if (!pp) { in build_device_resources()
307 pbus = of_match_bus(pp); in build_device_resources()