Home
last modified time | relevance | path

Searched refs:of_busses (Results 1 – 3 of 3) sorted by relevance

/arch/sparc/kernel/
Dof_device_32.c277 static struct of_bus of_busses[] = { variable
311 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()
Dof_device_64.c338 static struct of_bus of_busses[] = { variable
390 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()
/arch/powerpc/kernel/
Dprom_parse.c376 static struct of_bus of_busses[] = { variable
415 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()