Home
last modified time | relevance | path

Searched refs:simple_bus (Results 1 – 3 of 3) 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()
/openbmc/linux/scripts/dtc/
H A Dchecks.c946 static const struct bus_type simple_bus = { variable
970 node->bus = &simple_bus; in check_simple_bus_bridge()
984 if (!node->parent || (node->parent->bus != &simple_bus)) in check_simple_bus_reg()
998 if (node->parent->parent && !(node->bus == &simple_bus)) in check_simple_bus_reg()