Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/core/
H A Dsimple-bus.c46 UCLASS_DRIVER(simple_bus) = {
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c882 static const struct bus_type simple_bus = { variable
906 node->bus = &simple_bus; in check_simple_bus_bridge()
919 if (!node->parent || (node->parent->bus != &simple_bus)) in check_simple_bus_reg()
933 if (node->parent->parent && !(node->bus == &simple_bus)) in check_simple_bus_reg()