Home
last modified time | relevance | path

Searched refs:sdhci_pci_chip (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/mmc/host/
Dsdhci-pci.h123 struct sdhci_pci_chip;
132 int (*probe) (struct sdhci_pci_chip *);
139 int (*suspend) (struct sdhci_pci_chip *);
140 int (*resume) (struct sdhci_pci_chip *);
143 int (*runtime_suspend) (struct sdhci_pci_chip *);
144 int (*runtime_resume) (struct sdhci_pci_chip *);
152 struct sdhci_pci_chip *chip;
167 struct sdhci_pci_chip { struct
187 int sdhci_pci_resume_host(struct sdhci_pci_chip *chip); argument
Dsdhci-pci-core.c42 static int sdhci_pci_init_wakeup(struct sdhci_pci_chip *chip) in sdhci_pci_init_wakeup()
66 static int sdhci_pci_suspend_host(struct sdhci_pci_chip *chip) in sdhci_pci_suspend_host()
100 int sdhci_pci_resume_host(struct sdhci_pci_chip *chip) in sdhci_pci_resume_host()
120 static int sdhci_cqhci_suspend(struct sdhci_pci_chip *chip) in sdhci_cqhci_suspend()
131 static int sdhci_cqhci_resume(struct sdhci_pci_chip *chip) in sdhci_cqhci_resume()
144 static int sdhci_pci_runtime_suspend_host(struct sdhci_pci_chip *chip) in sdhci_pci_runtime_suspend_host()
174 static int sdhci_pci_runtime_resume_host(struct sdhci_pci_chip *chip) in sdhci_pci_runtime_resume_host()
192 static int sdhci_cqhci_runtime_suspend(struct sdhci_pci_chip *chip) in sdhci_cqhci_runtime_suspend()
203 static int sdhci_cqhci_runtime_resume(struct sdhci_pci_chip *chip) in sdhci_cqhci_runtime_resume()
239 static int ricoh_probe(struct sdhci_pci_chip *chip) in ricoh_probe()
[all …]
Dsdhci-pci-o2micro.c152 static void o2_pci_set_baseclk(struct sdhci_pci_chip *chip, u32 value) in o2_pci_set_baseclk()
235 struct sdhci_pci_chip *chip = slot->chip; in sdhci_o2_dll_recovery()
349 static void o2_pci_led_enable(struct sdhci_pci_chip *chip) in o2_pci_led_enable()
375 static void sdhci_pci_o2_fujin2_pci_init(struct sdhci_pci_chip *chip) in sdhci_pci_o2_fujin2_pci_init()
461 static void sdhci_pci_o2_enable_msi(struct sdhci_pci_chip *chip, in sdhci_pci_o2_enable_msi()
514 struct sdhci_pci_chip *chip; in sdhci_pci_o2_probe_slot()
581 int sdhci_pci_o2_probe(struct sdhci_pci_chip *chip) in sdhci_pci_o2_probe()
786 int sdhci_pci_o2_resume(struct sdhci_pci_chip *chip) in sdhci_pci_o2_resume()