Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/usb/ch9.h>
Go to the source code of this file.
Functions | |
const char * | usb_speed_string (enum usb_device_speed speed) |
EXPORT_SYMBOL_GPL (usb_speed_string) | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL_GPL | ( | usb_speed_string | ) |
MODULE_LICENSE | ( | "GPL" | ) |
const char* usb_speed_string | ( | enum usb_device_speed | speed | ) |
usb_speed_string() - Returns human readable-name of the speed. : The speed to return human-readable name for. If it's not any of the speeds defined in usb_device_speed enum, string for USB_SPEED_UNKNOWN will be returned.
Definition at line 18 of file usb-common.c.