Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/kernel/
Dof_device_32.c138 static struct of_bus of_busses[] = { variable
181 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()
182 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
183 return &of_busses[i]; in of_match_bus()
Dof_device_64.c183 static struct of_bus of_busses[] = { variable
235 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()
236 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
237 return &of_busses[i]; in of_match_bus()
/linux-5.19.10/drivers/of/
Dfdt_address.c100 static const struct of_bus of_busses[] __initconst = { variable
186 bus = &of_busses[0]; in fdt_translate_address()
215 pbus = &of_busses[0]; in fdt_translate_address()
Daddress.c326 static struct of_bus of_busses[] = { variable
367 for (i = 0; i < ARRAY_SIZE(of_busses); i++) in of_match_bus()
368 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
369 return &of_busses[i]; in of_match_bus()