1USB_SPEED_STRING(9) Kernel Mode Gadget API USB_SPEED_STRING(9)
2
3
4
6 usb_speed_string - Returns human readable-name of the speed.
7
9 const char * usb_speed_string(enum usb_device_speed speed);
10
12 speed
13 The speed to return human-readable name for. If it's not any of the
14 speeds defined in usb_device_speed enum, string for
15 USB_SPEED_UNKNOWN will be returned.
16
18 David Brownell <dbrownell@users.sourceforge.net>
19 Author.
20
22Kernel Hackers Manual 3.10 June 2019 USB_SPEED_STRING(9)