Home
last modified time | relevance | path

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

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