Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/core/
H A Dsimple-bus.c47 UCLASS_DRIVER(simple_bus) = {
/rk3399_rockchip-uboot/scripts/dtc/
H A Dchecks.c816 static const struct bus_type simple_bus = { variable
840 node->bus = &simple_bus; in check_simple_bus_bridge()
853 if (!node->parent || (node->parent->bus != &simple_bus)) in check_simple_bus_reg()
867 if (node->parent->parent && !(node->bus == &simple_bus)) in check_simple_bus_reg()