Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci-pci.h43 struct sdhci_pci_slot;
53 int (*probe_slot) (struct sdhci_pci_slot *);
54 void (*remove_slot) (struct sdhci_pci_slot *, int);
60 struct sdhci_pci_slot { struct
86 struct sdhci_pci_slot *slots[MAX_SLOTS]; /* Pointers to host slots */ argument
Dsdhci-pci.c48 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()
[all …]
Dsdhci-pci-o2micro.h69 extern int sdhci_pci_o2_probe_slot(struct sdhci_pci_slot *slot);
Dsdhci-pci-o2micro.c150 int sdhci_pci_o2_probe_slot(struct sdhci_pci_slot *slot) in sdhci_pci_o2_probe_slot()