Linux Kernel
3.7.1
|
Data Fields | |
struct pci_dev * | pdev |
unsigned int | quirks |
unsigned int | quirks2 |
bool | allow_runtime_pm |
struct sdhci_pci_fixes * | fixes |
int | num_slots |
struct sdhci_pci_slot * | slots [MAX_SLOTS] |
Definition at line 79 of file sdhci-pci.c.
bool allow_runtime_pm |
Definition at line 84 of file sdhci-pci.c.
struct sdhci_pci_fixes* fixes |
Definition at line 85 of file sdhci-pci.c.
int num_slots |
Definition at line 87 of file sdhci-pci.c.
Definition at line 80 of file sdhci-pci.c.
unsigned int quirks |
Definition at line 82 of file sdhci-pci.c.
unsigned int quirks2 |
Definition at line 83 of file sdhci-pci.c.
struct sdhci_pci_slot* slots[MAX_SLOTS] |
Definition at line 88 of file sdhci-pci.c.