Home
last modified time | relevance | path

Searched defs:sdhci_pci_fixes (Results 1 – 1 of 1) sorted by relevance

/drivers/mmc/host/
Dsdhci-pci.h128 struct sdhci_pci_fixes { struct
129 unsigned int quirks;
130 unsigned int quirks2;
131 bool allow_runtime_pm;
132 bool own_cd_for_runtime_pm;
134 int (*probe) (struct sdhci_pci_chip *);
136 int (*probe_slot) (struct sdhci_pci_slot *);
137 int (*add_host) (struct sdhci_pci_slot *);
138 void (*remove_slot) (struct sdhci_pci_slot *, int);
141 int (*suspend) (struct sdhci_pci_chip *);
[all …]