Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
mv_otg.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/uaccess.h>
#include <linux/device.h>
#include <linux/proc_fs.h>
#include <linux/clk.h>
#include <linux/workqueue.h>
#include <linux/platform_device.h>
#include <linux/usb.h>
#include <linux/usb/ch9.h>
#include <linux/usb/otg.h>
#include <linux/usb/gadget.h>
#include <linux/usb/hcd.h>
#include <linux/platform_data/mv_usb.h>
#include "mv_otg.h"

Go to the source code of this file.

Macros

#define DRIVER_DESC   "Marvell USB OTG transceiver driver"
 
#define DRIVER_VERSION   "Jan 20, 2010"
 

Functions

 MODULE_DESCRIPTION (DRIVER_DESC)
 
 MODULE_VERSION (DRIVER_VERSION)
 
 MODULE_LICENSE ("GPL")
 
int mv_otg_remove (struct platform_device *pdev)
 
 module_init (mv_otg_init)
 
 module_exit (mv_otg_exit)
 

Macro Definition Documentation

#define DRIVER_DESC   "Marvell USB OTG transceiver driver"

Definition at line 32 of file mv_otg.c.

#define DRIVER_VERSION   "Jan 20, 2010"

Definition at line 33 of file mv_otg.c.

Function Documentation

MODULE_DESCRIPTION ( DRIVER_DESC  )
module_exit ( mv_otg_exit  )
module_init ( mv_otg_init  )
MODULE_LICENSE ( "GPL"  )
MODULE_VERSION ( DRIVER_VERSION  )
int mv_otg_remove ( struct platform_device pdev)

Definition at line 662 of file mv_otg.c.