Home
last modified time | relevance | path

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

/scripts/dtc/
Ddtc.h135 struct bus_type { struct
166 const struct bus_type *bus;
Dchecks.c799 static const struct bus_type pci_bus = {
919 static const struct bus_type simple_bus = {
987 static const struct bus_type i2c_bus = {
1054 static const struct bus_type spi_bus = {
1612 static const struct bus_type graph_port_bus = {
1616 static const struct bus_type graph_ports_bus = {
/scripts/gdb/linux/
Ddevice.py19 bus_type = CachedType('struct bus_type') variable