Searched refs:of_match_bus (Results 1 – 2 of 2) sorted by relevance
23 static struct of_bus *of_match_bus(struct device_node *np);110 static struct of_bus *of_match_bus(struct device_node *np) in of_match_bus() function134 bus = of_match_bus(parent); in of_get_address()258 bus = of_match_bus(parent); in __of_translate_address()287 pbus = of_match_bus(parent); in __of_translate_address()376 bus_node = of_match_bus((struct device_node*)dev); in of_get_dma_range()384 bus_node = of_match_bus(parent); in of_get_dma_range()
1245 static struct of_bus *of_match_bus(const void *blob, int parentoffset) in of_match_bus() function1346 bus = of_match_bus(blob, parent); in __of_translate_address()1375 pbus = of_match_bus(blob, parent); in __of_translate_address()1463 bus_node = of_match_bus(blob, node); in fdt_get_dma_range()1472 bus_node = of_match_bus(blob, parent); in fdt_get_dma_range()
Completed in 11 milliseconds