Searched refs:bus_types (Results 1 – 2 of 2) sorted by relevance
3453 } bus_types[] = { in get_subsystem_type() local3472 for (unsigned i = 0; i < ARRAY_SIZE(bus_types); i++) { in get_subsystem_type()3473 if (strncmp(name, bus_types[i].name, strlen(bus_types[i].name)) == 0) in get_subsystem_type()3474 return bus_types[i].bus_type; in get_subsystem_type()
346 Well, for the way that Linux models devices, just about all bus_types373 its spi_device children, and similarly for other bus_types.