Linux Kernel
3.7.1
|
#include <sdhci-pci-data.h>
Data Fields | |
struct pci_dev * | pdev |
int | slotno |
int | rst_n_gpio |
int | cd_gpio |
int(* | setup )(struct sdhci_pci_data *data) |
void(* | cleanup )(struct sdhci_pci_data *data) |
Definition at line 6 of file sdhci-pci-data.h.
int cd_gpio |
Definition at line 10 of file sdhci-pci-data.h.
void(* cleanup)(struct sdhci_pci_data *data) |
Definition at line 12 of file sdhci-pci-data.h.
Definition at line 7 of file sdhci-pci-data.h.
int rst_n_gpio |
Definition at line 9 of file sdhci-pci-data.h.
int(* setup)(struct sdhci_pci_data *data) |
Definition at line 11 of file sdhci-pci-data.h.
int slotno |
Definition at line 8 of file sdhci-pci-data.h.