Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/host/
Dsdhci-pci.h131 struct sdhci_pci_fixes { struct
132 unsigned int quirks;
133 unsigned int quirks2;
134 bool allow_runtime_pm;
135 bool own_cd_for_runtime_pm;
137 int (*probe) (struct sdhci_pci_chip *);
139 int (*probe_slot) (struct sdhci_pci_slot *);
140 int (*add_host) (struct sdhci_pci_slot *);
141 void (*remove_slot) (struct sdhci_pci_slot *, int);
144 int (*suspend) (struct sdhci_pci_chip *);
[all …]