Searched refs:speed_names (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c35 } speed_names[] = { variable in typeref:struct:__anon3
102 for (i = 0; i < ARRAY_SIZE(speed_names); i++) {
103 if (!strcmp(speed_names[i].name, speed)) {
104 dev->speed = speed_names[i].speed;
/linux-master/drivers/usb/common/
H A Dcommon.c69 static const char *const speed_names[] = { variable
94 if (speed < 0 || speed >= ARRAY_SIZE(speed_names))
96 return speed_names[speed];
121 ret = match_string(speed_names, ARRAY_SIZE(speed_names), maximum_speed);
/linux-master/drivers/usb/dwc3/
H A Ddwc3-rtk.c164 static const char *const speed_names[] = { variable
188 ret = match_string(speed_names, ARRAY_SIZE(speed_names), maximum_speed);
/linux-master/tools/firewire/
H A Dnosy-dump.c787 static const char * const speed_names[] = { local
794 speed_names[pp->self_id.phy_speed],
/linux-master/drivers/usb/gadget/function/
H A Df_uac2.c127 static const char *const speed_names[] = { variable
766 speed_names[speed], dir, max_size_bw, bint);
770 speed_names[speed], dir, max_size_bw, bint, max_size_ep);
H A Df_fs.c3250 static const char *speed_names[] = { "full", "high", "super" }; local
3283 speed_names[ep_desc_id],

Completed in 131 milliseconds