Searched refs:speed_names (Results 1 – 1 of 1) sorted by relevance
43 static const char *const speed_names[] = { variable54 if (speed < 0 || speed >= ARRAY_SIZE(speed_names)) in usb_speed_string()56 return speed_names[speed]; in usb_speed_string()70 for (i = 0; i < ARRAY_SIZE(speed_names); i++) in usb_get_maximum_speed()71 if (!strcmp(max_speed, speed_names[i])) in usb_get_maximum_speed()