Linux Kernel
3.7.1
|
#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 |
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.
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.