Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
usb-pxa3xx-ulpi.h File Reference
#include <linux/usb/ulpi.h>

Go to the source code of this file.

Data Structures

struct  pxa3xx_u2d_platform_data
 

Macros

#define ULPI_SER_6PIN   (1 << 0)
 
#define ULPI_SER_3PIN   (1 << 1)
 

Functions

int pxa3xx_u2d_start_hc (struct usb_bus *host)
 
void pxa3xx_u2d_stop_hc (struct usb_bus *host)
 
void pxa3xx_set_u2d_info (struct pxa3xx_u2d_platform_data *info)
 

Macro Definition Documentation

#define ULPI_SER_3PIN   (1 << 1)

Definition at line 20 of file usb-pxa3xx-ulpi.h.

#define ULPI_SER_6PIN   (1 << 0)

Definition at line 19 of file usb-pxa3xx-ulpi.h.

Function Documentation

void pxa3xx_set_u2d_info ( struct pxa3xx_u2d_platform_data info)
int pxa3xx_u2d_start_hc ( struct usb_bus *  host)

Definition at line 251 of file pxa3xx-ulpi.c.

void pxa3xx_u2d_stop_hc ( struct usb_bus *  host)

Definition at line 270 of file pxa3xx-ulpi.c.