Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci-pci.h126 struct sdhci_pci_fixes { struct
127 unsigned int quirks;
128 unsigned int quirks2;
129 bool allow_runtime_pm;
130 bool own_cd_for_runtime_pm;
132 int (*probe) (struct sdhci_pci_chip *);
134 int (*probe_slot) (struct sdhci_pci_slot *);
135 int (*add_host) (struct sdhci_pci_slot *);
136 void (*remove_slot) (struct sdhci_pci_slot *, int);
139 int (*suspend) (struct sdhci_pci_chip *);
[all …]