Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
omap_usb_config Struct Reference

#include <usb.h>

Data Fields

unsigned register_host:1
 
unsigned register_dev:1
 
u8 otg
 
u8 hmc_mode
 
u8 rwc
 
u8 pins [3]
 
struct platform_deviceudc_device
 
struct platform_deviceohci_device
 
struct platform_deviceotg_device
 
u32(* usb0_init )(unsigned nwires, unsigned is_device)
 
u32(* usb1_init )(unsigned nwires)
 
u32(* usb2_init )(unsigned nwires, unsigned alt_pingroup)
 
int(* ocpi_enable )(void)
 

Detailed Description

Definition at line 11 of file usb.h.

Field Documentation

u8 hmc_mode

Definition at line 24 of file usb.h.

int(* ocpi_enable)(void)

Definition at line 46 of file usb.h.

struct platform_device* ohci_device

Definition at line 39 of file usb.h.

u8 otg

Definition at line 22 of file usb.h.

struct platform_device* otg_device

Definition at line 40 of file usb.h.

u8 pins[3]

Definition at line 36 of file usb.h.

unsigned register_dev

Definition at line 21 of file usb.h.

unsigned register_host

Definition at line 20 of file usb.h.

u8 rwc

Definition at line 27 of file usb.h.

struct platform_device* udc_device

Definition at line 38 of file usb.h.

u32(* usb0_init)(unsigned nwires, unsigned is_device)

Definition at line 42 of file usb.h.

u32(* usb1_init)(unsigned nwires)

Definition at line 43 of file usb.h.

u32(* usb2_init)(unsigned nwires, unsigned alt_pingroup)

Definition at line 44 of file usb.h.


The documentation for this struct was generated from the following file: