Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
usb-common.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/usb/ch9.h>

Go to the source code of this file.

Functions

const charusb_speed_string (enum usb_device_speed speed)
 
 EXPORT_SYMBOL_GPL (usb_speed_string)
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

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.