Searched refs:of_busses (Results 1 – 3 of 3) sorted by relevance
277 static struct of_bus of_busses[] = { variable311 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()312 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()313 return &of_busses[i]; in of_match_bus()
338 static struct of_bus of_busses[] = { variable390 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()391 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()392 return &of_busses[i]; in of_match_bus()
376 static struct of_bus of_busses[] = { variable415 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()416 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()417 return &of_busses[i]; in of_match_bus()