Home
last modified time | relevance | path

Searched refs:sdhci_pci_slot (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dsdhci-pci.h53 struct sdhci_pci_slot;
63 int (*probe_slot) (struct sdhci_pci_slot *);
64 void (*remove_slot) (struct sdhci_pci_slot *, int);
70 struct sdhci_pci_slot { struct
100 struct sdhci_pci_slot *slots[MAX_SLOTS]; /* Pointers to host slots */ argument
Dsdhci-pci-core.c49 static int ricoh_mmc_probe_slot(struct sdhci_pci_slot *slot) in ricoh_mmc_probe_slot()
112 static int mrst_hc_probe_slot(struct sdhci_pci_slot *slot) in mrst_hc_probe_slot()
132 static int pch_hc_probe_slot(struct sdhci_pci_slot *slot) in pch_hc_probe_slot()
142 struct sdhci_pci_slot *slot = dev_id; in sdhci_pci_sd_cd()
149 static void sdhci_pci_add_own_cd(struct sdhci_pci_slot *slot) in sdhci_pci_add_own_cd()
187 static void sdhci_pci_remove_own_cd(struct sdhci_pci_slot *slot) in sdhci_pci_remove_own_cd()
197 static inline void sdhci_pci_add_own_cd(struct sdhci_pci_slot *slot) in sdhci_pci_add_own_cd()
201 static inline void sdhci_pci_remove_own_cd(struct sdhci_pci_slot *slot) in sdhci_pci_remove_own_cd()
207 static int mfd_emmc_probe_slot(struct sdhci_pci_slot *slot) in mfd_emmc_probe_slot()
215 static int mfd_sdio_probe_slot(struct sdhci_pci_slot *slot) in mfd_sdio_probe_slot()
[all …]
Dsdhci-pci-o2micro.h67 extern int sdhci_pci_o2_probe_slot(struct sdhci_pci_slot *slot);
Dsdhci-pci-o2micro.c149 int sdhci_pci_o2_probe_slot(struct sdhci_pci_slot *slot) in sdhci_pci_o2_probe_slot()