Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/
Dslot.c82 const char *speed_string; in bus_speed_read() local
85 speed_string = pci_bus_speed_strings[speed]; in bus_speed_read()
87 speed_string = "Unknown"; in bus_speed_read()
89 return sprintf(buf, "%s\n", speed_string); in bus_speed_read()
/linux-4.4.14/tools/usb/usbip/libsrc/
Dusbip_common.c18 struct speed_string { struct
24 static const struct speed_string speed_strings[] = { argument