Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/
H A Dusbip_common.c25 static const struct speed_string speed_strings[] = { variable
62 for (int i = 0; speed_strings[i].speed != NULL; i++) in usbip_speed_string()
63 if (speed_strings[i].num == num) in usbip_speed_string()
64 return speed_strings[i].desc; in usbip_speed_string()
189 for (int i = 0; speed_strings[i].speed != NULL; i++) { in read_attr_speed()
190 if (!strcmp(speed, speed_strings[i].speed)) in read_attr_speed()
191 return speed_strings[i].num; in read_attr_speed()
/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H A Dcomphy_core.c23 char *speed_strings[] = {"1.25 Gbps", "1.5 Gbps", "2.5 Gbps", in get_speed_string() local
30 return speed_strings[speed]; in get_speed_string()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c696 static const char *speed_strings[] = { in pci_speed_string() local
724 if (speed < ARRAY_SIZE(speed_strings)) in pci_speed_string()
725 return speed_strings[speed]; in pci_speed_string()