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

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

Completed in 85 milliseconds