Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-pci.h118 struct sdhci_pci_fixes { struct
119 unsigned int quirks;
120 unsigned int quirks2;
121 bool allow_runtime_pm;
122 bool own_cd_for_runtime_pm;
124 int (*probe) (struct sdhci_pci_chip *);
126 int (*probe_slot) (struct sdhci_pci_slot *);
127 int (*add_host) (struct sdhci_pci_slot *);
128 void (*remove_slot) (struct sdhci_pci_slot *, int);
131 int (*suspend) (struct sdhci_pci_chip *);
[all …]