Lines Matching refs:sdhci_pci_slot

48 static int ricoh_mmc_probe_slot(struct sdhci_pci_slot *slot)  in ricoh_mmc_probe_slot()
111 static int mrst_hc_probe_slot(struct sdhci_pci_slot *slot) in mrst_hc_probe_slot()
131 static int pch_hc_probe_slot(struct sdhci_pci_slot *slot) in pch_hc_probe_slot()
141 struct sdhci_pci_slot *slot = dev_id; in sdhci_pci_sd_cd()
148 static void sdhci_pci_add_own_cd(struct sdhci_pci_slot *slot) in sdhci_pci_add_own_cd()
186 static void sdhci_pci_remove_own_cd(struct sdhci_pci_slot *slot) in sdhci_pci_remove_own_cd()
196 static inline void sdhci_pci_add_own_cd(struct sdhci_pci_slot *slot) in sdhci_pci_add_own_cd()
200 static inline void sdhci_pci_remove_own_cd(struct sdhci_pci_slot *slot) in sdhci_pci_remove_own_cd()
206 static int mfd_emmc_probe_slot(struct sdhci_pci_slot *slot) in mfd_emmc_probe_slot()
214 static int mfd_sdio_probe_slot(struct sdhci_pci_slot *slot) in mfd_sdio_probe_slot()
269 static int byt_emmc_probe_slot(struct sdhci_pci_slot *slot) in byt_emmc_probe_slot()
282 static int byt_sdio_probe_slot(struct sdhci_pci_slot *slot) in byt_sdio_probe_slot()
290 static int byt_sd_probe_slot(struct sdhci_pci_slot *slot) in byt_sd_probe_slot()
330 static int intel_mrfl_mmc_probe_slot(struct sdhci_pci_slot *slot) in intel_mrfl_mmc_probe_slot()
467 static int jmicron_probe_slot(struct sdhci_pci_slot *slot) in jmicron_probe_slot()
507 static void jmicron_remove_slot(struct sdhci_pci_slot *slot, int dead) in jmicron_remove_slot()
595 static int syskt_probe_slot(struct sdhci_pci_slot *slot) in syskt_probe_slot()
646 static int rtsx_probe_slot(struct sdhci_pci_slot *slot) in rtsx_probe_slot()
1128 struct sdhci_pci_slot *slot; in sdhci_pci_enable_dma()
1186 struct sdhci_pci_slot *slot = sdhci_priv(host); in sdhci_pci_gpio_hw_reset()
1201 struct sdhci_pci_slot *slot = sdhci_priv(host); in sdhci_pci_hw_reset()
1228 struct sdhci_pci_slot *slot; in sdhci_pci_suspend()
1280 struct sdhci_pci_slot *slot; in sdhci_pci_resume()
1310 struct sdhci_pci_slot *slot; in sdhci_pci_runtime_suspend()
1346 struct sdhci_pci_slot *slot; in sdhci_pci_runtime_resume()
1392 static struct sdhci_pci_slot *sdhci_pci_probe_slot( in sdhci_pci_probe_slot()
1396 struct sdhci_pci_slot *slot; in sdhci_pci_probe_slot()
1420 host = sdhci_alloc_host(&pdev->dev, sizeof(struct sdhci_pci_slot)); in sdhci_pci_probe_slot()
1539 static void sdhci_pci_remove_slot(struct sdhci_pci_slot *slot) in sdhci_pci_remove_slot()
1586 struct sdhci_pci_slot *slot; in sdhci_pci_probe()