graph_port_bus   1612 scripts/dtc/checks.c static const struct bus_type graph_port_bus = {
graph_port_bus   1630 scripts/dtc/checks.c 		node->bus = &graph_port_bus;
graph_port_bus   1649 scripts/dtc/checks.c 	if (node->bus != &graph_ports_bus && node->bus != &graph_port_bus)
graph_port_bus   1702 scripts/dtc/checks.c 	if (node->bus != &graph_port_bus)
graph_port_bus   1740 scripts/dtc/checks.c 	if (!node->parent || node->parent->bus != &graph_port_bus)