Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Dof_device_32.c137 static struct of_bus of_busses[] = { variable
180 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()
181 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
182 return &of_busses[i]; in of_match_bus()
H A Dof_device_64.c182 static struct of_bus of_busses[] = { variable
234 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()
235 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
236 return &of_busses[i]; in of_match_bus()
/linux/drivers/of/
H A Daddress.c338 static const 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()