Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/core/
H A Dsimple-bus.c47 UCLASS_DRIVER(simple_bus) = {
H A D.simple-bus.o.cmd
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dchecks.c965 static const struct bus_type simple_bus = { variable
989 node->bus = &simple_bus; in check_simple_bus_bridge()
1003 if (!node->parent || (node->parent->bus != &simple_bus)) in check_simple_bus_reg()
1017 if (node->parent->parent && !(node->bus == &simple_bus)) in check_simple_bus_reg()
/OK3568_Linux_fs/u-boot/spl/drivers/core/
H A D.simple-bus.o.cmd