Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ohci-hcd.c File Reference
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/pci.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/ioport.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/timer.h>
#include <linux/list.h>
#include <linux/usb.h>
#include <linux/usb/otg.h>
#include <linux/usb/hcd.h>
#include <linux/dma-mapping.h>
#include <linux/dmapool.h>
#include <linux/workqueue.h>
#include <linux/debugfs.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/unaligned.h>
#include <asm/byteorder.h>
#include "ohci.h"
#include "pci-quirks.h"
#include "ohci-hub.c"
#include "ohci-dbg.c"
#include "ohci-mem.c"
#include "ohci-q.c"

Go to the source code of this file.

Macros

#define DRIVER_AUTHOR   "Roman Weissgaerber, David Brownell"
 
#define DRIVER_DESC   "USB 1.1 'Open' Host Controller (OHCI) Driver"
 
#define OHCI_CONTROL_INIT   OHCI_CTRL_CBSR
 
#define OHCI_INTR_INIT
 
#define STATECHANGE_DELAY   msecs_to_jiffies(300)
 
#define IRQ_NOTMINE   IRQ_NONE
 

Functions

 module_param (distrust_firmware, bool, 0)
 
 MODULE_PARM_DESC (distrust_firmware,"true to distrust firmware power/overcurrent setup")
 
 module_param (no_handshake, bool, 0)
 
 MODULE_PARM_DESC (no_handshake,"true (not default) disables BIOS handshake")
 
 MODULE_AUTHOR (DRIVER_AUTHOR)
 
 MODULE_DESCRIPTION (DRIVER_DESC)
 
 MODULE_LICENSE ("GPL")
 
 module_init (ohci_hcd_mod_init)
 
 module_exit (ohci_hcd_mod_exit)
 

Macro Definition Documentation

#define DRIVER_AUTHOR   "Roman Weissgaerber, David Brownell"

Definition at line 49 of file ohci-hcd.c.

#define DRIVER_DESC   "USB 1.1 'Open' Host Controller (OHCI) Driver"

Definition at line 50 of file ohci-hcd.c.

#define IRQ_NOTMINE   IRQ_NONE

Definition at line 112 of file ohci-hcd.c.

#define OHCI_CONTROL_INIT   OHCI_CTRL_CBSR

Definition at line 57 of file ohci-hcd.c.

#define OHCI_INTR_INIT
Value:

Definition at line 58 of file ohci-hcd.c.

#define STATECHANGE_DELAY   msecs_to_jiffies(300)

Definition at line 76 of file ohci-hcd.c.

Function Documentation

MODULE_AUTHOR ( DRIVER_AUTHOR  )
MODULE_DESCRIPTION ( DRIVER_DESC  )
module_exit ( ohci_hcd_mod_exit  )
module_init ( ohci_hcd_mod_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( distrust_firmware  ,
bool  ,
 
)
module_param ( no_handshake  ,
bool  ,
 
)
MODULE_PARM_DESC ( distrust_firmware  ,
"true to distrust firmware power/overcurrent setup  
)
MODULE_PARM_DESC ( no_handshake  ,
"true (not default) disables BIOS handshake  
)