speed_names        62 drivers/usb/common/common.c static const char *const speed_names[] = {
speed_names        74 drivers/usb/common/common.c 	if (speed < 0 || speed >= ARRAY_SIZE(speed_names))
speed_names        76 drivers/usb/common/common.c 	return speed_names[speed];
speed_names        89 drivers/usb/common/common.c 	ret = match_string(speed_names, ARRAY_SIZE(speed_names), maximum_speed);
speed_names      2818 drivers/usb/gadget/function/f_fs.c 	static const char *speed_names[] = { "full", "high", "super" };
speed_names      2851 drivers/usb/gadget/function/f_fs.c 			  speed_names[ep_desc_id],
speed_names       787 tools/firewire/nosy-dump.c 				static const char * const speed_names[] = {
speed_names       794 tools/firewire/nosy-dump.c 				       speed_names[pp->self_id.phy_speed],
speed_names        35 tools/usb/usbip/libsrc/usbip_device_driver.c } speed_names[] = {
speed_names       102 tools/usb/usbip/libsrc/usbip_device_driver.c 		for (i = 0; i < ARRAY_SIZE(speed_names); i++) {
speed_names       103 tools/usb/usbip/libsrc/usbip_device_driver.c 			if (!strcmp(speed_names[i].name, speed)) {
speed_names       104 tools/usb/usbip/libsrc/usbip_device_driver.c 				dev->speed = speed_names[i].speed;