Searched refs:bus_type_table (Results 1 – 1 of 1) sorted by relevance
111 static bus_type_name bus_type_table[] = variable233 if (strncmp(bus_type_table[x].name, name, 6) == 0) in lookup_bus_type()234 return (bus_type_table[x].type); in lookup_bus_type()