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

/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_common.c25 static const struct speed_string speed_strings[] = { variable in typeref:struct:speed_string
62 for (int i = 0; speed_strings[i].speed != NULL; i++)
63 if (speed_strings[i].num == num)
64 return speed_strings[i].desc;
189 for (int i = 0; speed_strings[i].speed != NULL; i++) {
190 if (!strcmp(speed, speed_strings[i].speed))
191 return speed_strings[i].num;
/linux-master/drivers/pci/
H A Dprobe.c710 static const char *speed_strings[] = { local
739 if (speed < ARRAY_SIZE(speed_strings))
740 return speed_strings[speed];

Completed in 128 milliseconds