Home | History | Annotate | Download | only in common

Lines Matching refs:of_bus

960  * struct of_bus - Callbacks for bus specific translators
985 * Each bus type will include a struct of_bus in the of_busses array,
989 struct of_bus {
1099 static struct of_bus of_busses[] = {
1121 static struct of_bus *of_match_bus(const void *blob, int parentoffset)
1123 struct of_bus *bus;
1143 static int of_translate_one(const void *blob, int parent, struct of_bus *bus,
1144 struct of_bus *pbus, fdt32_t *addr,
1210 struct of_bus *bus, *pbus;