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

#include <mmc-esdhc-imx.h>

Data Fields

unsigned int wp_gpio
 
unsigned int cd_gpio
 
enum wp_types wp_type
 
enum cd_types cd_type
 

Detailed Description

struct esdhc_platform_data - platform data for esdhc on i.MX

ESDHC_WP(CD)_CONTROLLER type is not available on i.MX25/35.

: gpio for write_protect : gpio for card_detect interrupt : type of write_protect method (see wp_types enum above) : type of card_detect method (see cd_types enum above)

Definition at line 37 of file mmc-esdhc-imx.h.

Field Documentation

unsigned int cd_gpio

Definition at line 39 of file mmc-esdhc-imx.h.

enum cd_types cd_type

Definition at line 41 of file mmc-esdhc-imx.h.

unsigned int wp_gpio

Definition at line 38 of file mmc-esdhc-imx.h.

enum wp_types wp_type

Definition at line 40 of file mmc-esdhc-imx.h.


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