Home
last modified time | relevance | path

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

/u-boot/drivers/usb/common/
A Dcommon.c43 static const char *const speed_names[] = { variable
55 if (speed < 0 || speed >= ARRAY_SIZE(speed_names)) in usb_speed_string()
57 return speed_names[speed]; in usb_speed_string()
71 for (i = 0; i < ARRAY_SIZE(speed_names); i++) in usb_get_maximum_speed()
72 if (!strcmp(max_speed, speed_names[i])) in usb_get_maximum_speed()

Completed in 3 milliseconds