Searched refs:of_busses (Results 1 – 4 of 4) sorted by relevance
136 static struct of_bus of_busses[] = { variable179 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()180 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()181 return &of_busses[i]; in of_match_bus()
181 static struct of_bus of_busses[] = { variable233 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()234 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()235 return &of_busses[i]; in of_match_bus()
101 static const struct of_bus of_busses[] __initconst = { variable187 bus = &of_busses[0]; in fdt_translate_address()216 pbus = &of_busses[0]; in fdt_translate_address()
413 static struct of_bus of_busses[] = { variable452 for (i = 0; i < ARRAY_SIZE(of_busses); i++) in of_match_bus()453 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()454 return &of_busses[i]; in of_match_bus()