Searched refs:of_busses (Results 1 – 2 of 2) sorted by relevance
95 static struct of_bus of_busses[] = { variable112 for (i = 0; i < ARRAY_SIZE(of_busses); i++) in of_match_bus()113 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()114 return &of_busses[i]; in of_match_bus()
1099 static struct of_bus of_busses[] = { variable1125 if (ARRAY_SIZE(of_busses) == 1) in of_match_bus()1126 return of_busses; in of_match_bus()1128 for (bus = of_busses; bus; bus++) { in of_match_bus()