Home
last modified time | relevance | path

Searched refs:simple_bus (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/core/
A Dsimple-bus.c61 UCLASS_DRIVER(simple_bus) = {
76 U_BOOT_DRIVER(simple_bus) = {
/u-boot/tools/dtoc/test/
A Ddtoc_test_aliases.dts19 compatible = "compat1", "simple_bus";
/u-boot/doc/usage/cmd/
A Dbootdev.rst153 1 simple_bus (none)
/u-boot/scripts/dtc/
A Dchecks.c899 static const struct bus_type simple_bus = { variable
923 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()
/u-boot/doc/develop/driver-model/
A Dof-plat.rst535 other (e.g. PCI driver + uclass for SPL; simple_bus for TPL). But dtoc has

Completed in 20 milliseconds