Home
last modified time | relevance | path

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

/scripts/dtc/
Dchecks.c1070 static const struct bus_type spi_bus = { variable
1079 node->bus = &spi_bus; in check_spi_bus_bridge()
1091 node->bus = &spi_bus; in check_spi_bus_bridge()
1095 if (node->bus == &spi_bus) in check_spi_bus_bridge()
1099 if (node->bus == &spi_bus && get_property(node, "reg")) in check_spi_bus_bridge()
1102 if (node->bus != &spi_bus || !node->children) in check_spi_bus_bridge()
1123 if (!node->parent || (node->parent->bus != &spi_bus)) in check_spi_bus_reg()