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

/linux-master/arch/sparc/kernel/
H A Dof_device_32.c138 static struct of_bus of_busses[] = { variable in typeref:struct:of_bus
181 for (i = 0; i < ARRAY_SIZE(of_busses); i ++)
182 if (!of_busses[i].match || of_busses[i].match(np))
183 return &of_busses[i];
H A Dof_device_64.c183 static struct of_bus of_busses[] = { variable in typeref:struct:of_bus
235 for (i = 0; i < ARRAY_SIZE(of_busses); i ++)
236 if (!of_busses[i].match || of_busses[i].match(np))
237 return &of_busses[i];
/linux-master/drivers/of/
H A Dfdt_address.c100 static const struct of_bus of_busses[] __initconst = {
186 bus = &of_busses[0];
215 pbus = &of_busses[0];
H A Daddress.c331 static struct of_bus of_busses[] = { variable in typeref:struct:of_bus
383 for (i = 0; i < ARRAY_SIZE(of_busses); i++)
384 if (!of_busses[i].match || of_busses[i].match(np))
385 return &of_busses[i];

Completed in 176 milliseconds