Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/kernel/
Dof_device_32.c136 static struct of_bus of_busses[] = { variable
179 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()
180 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
181 return &of_busses[i]; in of_match_bus()
Dof_device_64.c181 static struct of_bus of_busses[] = { variable
233 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()
234 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
235 return &of_busses[i]; in of_match_bus()
/linux-3.4.99/drivers/of/
Daddress.c285 static struct of_bus of_busses[] = { variable
324 for (i = 0; i < ARRAY_SIZE(of_busses); i++) in of_match_bus()
325 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
326 return &of_busses[i]; in of_match_bus()