Home
last modified time | relevance | path

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

/scripts/dtc/
Ddtc.h166 struct bus_type { struct
197 const struct bus_type *bus;
Dchecks.c807 static const struct bus_type pci_bus = {
925 static const struct bus_type simple_bus = {
993 static const struct bus_type i2c_bus = {
1070 static const struct bus_type spi_bus = {
1650 static const struct bus_type graph_port_bus = {
1654 static const struct bus_type graph_ports_bus = {
/scripts/gdb/linux/
Ddevice.py19 bus_type = CachedType('struct bus_type') variable