Linux Kernel
3.7.1
|
Data Fields | |
unsigned int | quirks |
unsigned int | quirks2 |
bool | allow_runtime_pm |
int(* | probe )(struct sdhci_pci_chip *) |
int(* | probe_slot )(struct sdhci_pci_slot *) |
void(* | remove_slot )(struct sdhci_pci_slot *, int) |
int(* | suspend )(struct sdhci_pci_chip *) |
int(* | resume )(struct sdhci_pci_chip *) |
Definition at line 54 of file sdhci-pci.c.
bool allow_runtime_pm |
Definition at line 57 of file sdhci-pci.c.
int(* probe)(struct sdhci_pci_chip *) |
Definition at line 59 of file sdhci-pci.c.
int(* probe_slot)(struct sdhci_pci_slot *) |
Definition at line 61 of file sdhci-pci.c.
unsigned int quirks |
Definition at line 55 of file sdhci-pci.c.
unsigned int quirks2 |
Definition at line 56 of file sdhci-pci.c.
void(* remove_slot)(struct sdhci_pci_slot *, int) |
Definition at line 62 of file sdhci-pci.c.
int(* resume)(struct sdhci_pci_chip *) |
Definition at line 65 of file sdhci-pci.c.
int(* suspend)(struct sdhci_pci_chip *) |
Definition at line 64 of file sdhci-pci.c.