Searched refs:of_busses (Results 1 – 2 of 2) 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()
1210 static struct of_bus of_busses[] = { variable1236 if (ARRAY_SIZE(of_busses) == 1) in of_match_bus()1237 return of_busses; in of_match_bus()1239 for (bus = of_busses; bus; bus++) { in of_match_bus()