Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
usb
atmel_usba_udc.h
Go to the documentation of this file.
1
/*
2
* Platform data definitions for Atmel USBA gadget driver.
3
*/
4
#ifndef __LINUX_USB_USBA_H
5
#define __LINUX_USB_USBA_H
6
7
struct
usba_ep_data
{
8
char
*
name
;
9
int
index
;
10
int
fifo_size
;
11
int
nr_banks
;
12
int
can_dma
;
13
int
can_isoc
;
14
};
15
16
struct
usba_platform_data
{
17
int
vbus_pin
;
18
int
vbus_pin_inverted
;
19
int
num_ep
;
20
struct
usba_ep_data
ep
[0];
21
};
22
23
#endif
/* __LINUX_USB_USBA_H */
Generated on Thu Jan 10 2013 14:36:04 for Linux Kernel by
1.8.2