Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ohci-at91.c File Reference
#include <linux/clk.h>
#include <linux/platform_device.h>
#include <linux/of_platform.h>
#include <linux/of_gpio.h>
#include <mach/hardware.h>
#include <asm/gpio.h>
#include <mach/board.h>
#include <mach/cpu.h>

Go to the source code of this file.

Macros

#define valid_port(index)   ((index) >= 0 && (index) < AT91_MAX_USBH_PORTS)
 
#define at91_for_each_port(index)   for ((index) = 0; (index) < AT91_MAX_USBH_PORTS; (index)++)
 
#define ohci_hcd_at91_drv_suspend   NULL
 
#define ohci_hcd_at91_drv_resume   NULL
 

Functions

int usb_disabled (void)
 
 MODULE_ALIAS ("platform:at91_ohci")
 

Macro Definition Documentation

#define at91_for_each_port (   index)    for ((index) = 0; (index) < AT91_MAX_USBH_PORTS; (index)++)

Definition at line 31 of file ohci-at91.c.

#define ohci_hcd_at91_drv_resume   NULL

Definition at line 713 of file ohci-at91.c.

#define ohci_hcd_at91_drv_suspend   NULL

Definition at line 712 of file ohci-at91.c.

#define valid_port (   index)    ((index) >= 0 && (index) < AT91_MAX_USBH_PORTS)

Definition at line 30 of file ohci-at91.c.

Function Documentation

MODULE_ALIAS ( "platform:at91_ohci"  )
int usb_disabled ( void  )

Definition at line 939 of file usb.c.