Searched refs:of_busses (Results 1 – 11 of 11) sorted by relevance
96 static struct of_bus of_busses[] = { variable113 for (i = 0; i < ARRAY_SIZE(of_busses); i++) in of_match_bus()114 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()115 return &of_busses[i]; in of_match_bus()
138 static struct of_bus of_busses[] = { variable181 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()182 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()183 return &of_busses[i]; in of_match_bus()
183 static struct of_bus of_busses[] = { variable235 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()236 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()237 return &of_busses[i]; in of_match_bus()
100 static const struct of_bus of_busses[] __initconst = { variable186 bus = &of_busses[0]; in fdt_translate_address()215 pbus = &of_busses[0]; in fdt_translate_address()
373 static struct of_bus of_busses[] = { variable414 for (i = 0; i < ARRAY_SIZE(of_busses); i++) in of_match_bus()415 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()416 return &of_busses[i]; in of_match_bus()
1214 static struct of_bus of_busses[] = { variable1240 if (ARRAY_SIZE(of_busses) == 1) in of_match_bus()1241 return of_busses; in of_match_bus()1243 for (bus = of_busses; bus; bus++) { in of_match_bus()