Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/common/
Dcommon.c46 static const char *const speed_names[] = { variable
57 if (speed < 0 || speed >= ARRAY_SIZE(speed_names)) in usb_speed_string()
59 return speed_names[speed]; in usb_speed_string()
134 for (i = 0; i < ARRAY_SIZE(speed_names); i++) in of_usb_get_maximum_speed()
135 if (strcmp(maximum_speed, speed_names[i]) == 0) in of_usb_get_maximum_speed()
/linux-4.1.27/tools/firewire/
Dnosy-dump.c800 static const char * const speed_names[] = { in print_packet() local
807 speed_names[pp->self_id.phy_speed], in print_packet()
/linux-4.1.27/drivers/usb/gadget/function/
Df_fs.c2469 static const char *speed_names[] = { "full", "high", "super" }; in __ffs_func_bind_do_descs() local
2502 speed_names[ep_desc_id], in __ffs_func_bind_do_descs()