simple_bus        919 scripts/dtc/checks.c static const struct bus_type simple_bus = {
simple_bus        943 scripts/dtc/checks.c 		node->bus = &simple_bus;
simple_bus        957 scripts/dtc/checks.c 	if (!node->parent || (node->parent->bus != &simple_bus))
simple_bus        971 scripts/dtc/checks.c 		if (node->parent->parent && !(node->bus == &simple_bus))