Searched refs:simple_bus (Results 1 – 5 of 5) sorted by relevance
61 UCLASS_DRIVER(simple_bus) = {76 U_BOOT_DRIVER(simple_bus) = {
19 compatible = "compat1", "simple_bus";
153 1 simple_bus (none)
899 static const struct bus_type simple_bus = { variable923 node->bus = &simple_bus; in check_simple_bus_bridge()936 if (!node->parent || (node->parent->bus != &simple_bus)) in check_simple_bus_reg()950 if (node->parent->parent && !(node->bus == &simple_bus)) in check_simple_bus_reg()
535 other (e.g. PCI driver + uclass for SPL; simple_bus for TPL). But dtoc has
Completed in 20 milliseconds