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