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

#include <s3c-hsudc.h>

Data Fields

unsigned int epnum
 
void(* gpio_init )(void)
 
void(* gpio_uninit )(void)
 

Detailed Description

s3c24xx_hsudc_platdata - Platform data for USB High-Speed gadget controller. : Number of endpoints to be instantiated by the controller driver. : Platform specific USB related GPIO initialization. : Platform specific USB releted GPIO uninitialzation.

Representation of platform data for the S3C24XX USB 2.0 High Speed gadget controllers.

Definition at line 28 of file s3c-hsudc.h.

Field Documentation

unsigned int epnum

Definition at line 29 of file s3c-hsudc.h.

void(* gpio_init)(void)

Definition at line 30 of file s3c-hsudc.h.

void(* gpio_uninit)(void)

Definition at line 31 of file s3c-hsudc.h.


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