Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci.h137 struct sdhci_pci_fixes { struct
138 unsigned int quirks;
139 unsigned int quirks2;
140 bool allow_runtime_pm;
141 bool own_cd_for_runtime_pm;
143 int (*probe) (struct sdhci_pci_chip *);
145 int (*probe_slot) (struct sdhci_pci_slot *);
146 int (*add_host) (struct sdhci_pci_slot *);
150 int (*suspend) (struct sdhci_pci_chip *);
151 int (*resume) (struct sdhci_pci_chip *);
[all …]