Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-pci.h115 struct sdhci_pci_chip;
124 int (*probe) (struct sdhci_pci_chip *);
131 int (*suspend) (struct sdhci_pci_chip *);
132 int (*resume) (struct sdhci_pci_chip *);
135 int (*runtime_suspend) (struct sdhci_pci_chip *);
136 int (*runtime_resume) (struct sdhci_pci_chip *);
144 struct sdhci_pci_chip *chip;
159 struct sdhci_pci_chip { struct
179 int sdhci_pci_resume_host(struct sdhci_pci_chip *chip); argument
183 int sdhci_pci_o2_probe(struct sdhci_pci_chip *chip);
[all …]
Dsdhci-pci-core.c41 static int sdhci_pci_init_wakeup(struct sdhci_pci_chip *chip) in sdhci_pci_init_wakeup()
65 static int sdhci_pci_suspend_host(struct sdhci_pci_chip *chip) in sdhci_pci_suspend_host()
99 int sdhci_pci_resume_host(struct sdhci_pci_chip *chip) in sdhci_pci_resume_host()
119 static int sdhci_cqhci_suspend(struct sdhci_pci_chip *chip) in sdhci_cqhci_suspend()
130 static int sdhci_cqhci_resume(struct sdhci_pci_chip *chip) in sdhci_cqhci_resume()
143 static int sdhci_pci_runtime_suspend_host(struct sdhci_pci_chip *chip) in sdhci_pci_runtime_suspend_host()
173 static int sdhci_pci_runtime_resume_host(struct sdhci_pci_chip *chip) in sdhci_pci_runtime_resume_host()
191 static int sdhci_cqhci_runtime_suspend(struct sdhci_pci_chip *chip) in sdhci_cqhci_runtime_suspend()
202 static int sdhci_cqhci_runtime_resume(struct sdhci_pci_chip *chip) in sdhci_cqhci_runtime_resume()
238 static int ricoh_probe(struct sdhci_pci_chip *chip) in ricoh_probe()
[all …]
Dsdhci-pci-o2micro.c138 static void o2_pci_set_baseclk(struct sdhci_pci_chip *chip, u32 value) in o2_pci_set_baseclk()
151 static void o2_pci_led_enable(struct sdhci_pci_chip *chip) in o2_pci_led_enable()
177 static void sdhci_pci_o2_fujin2_pci_init(struct sdhci_pci_chip *chip) in sdhci_pci_o2_fujin2_pci_init()
263 static void sdhci_pci_o2_enable_msi(struct sdhci_pci_chip *chip, in sdhci_pci_o2_enable_msi()
288 struct sdhci_pci_chip *chip; in sdhci_pci_o2_probe_slot()
339 int sdhci_pci_o2_probe(struct sdhci_pci_chip *chip) in sdhci_pci_o2_probe()
544 int sdhci_pci_o2_resume(struct sdhci_pci_chip *chip) in sdhci_pci_o2_resume()