Searched refs:mmc_host_ops (Results 1 – 25 of 62) sorted by relevance
123
412 host->mmc_host_ops.set_ios = xenon_set_ios; in xenon_replace_mmc_host_ops()413 host->mmc_host_ops.start_signal_voltage_switch = in xenon_replace_mmc_host_ops()415 host->mmc_host_ops.init_card = xenon_init_card; in xenon_replace_mmc_host_ops()416 host->mmc_host_ops.execute_tuning = xenon_execute_tuning; in xenon_replace_mmc_host_ops()417 host->mmc_host_ops.enable_sdio_irq = xenon_enable_sdio_irq; in xenon_replace_mmc_host_ops()
574 host->mmc_host_ops.request = sdhci_sprd_request; in sdhci_sprd_probe()575 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_sprd_probe()583 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_sprd_probe()594 host->mmc_host_ops.request_atomic = sdhci_sprd_request_atomic; in sdhci_sprd_probe()
384 host->mmc_host_ops.get_cd = bxt_get_cd; in intel_probe_slot()388 host->mmc_host_ops.start_signal_voltage_switch = in intel_probe_slot()722 host->mmc_host_ops.select_drive_strength = amd_select_drive_strength; in sdhci_acpi_emmc_amd_probe_slot()723 host->mmc_host_ops.set_ios = amd_set_ios; in sdhci_acpi_emmc_amd_probe_slot()724 host->mmc_host_ops.execute_tuning = amd_sdhci_execute_tuning; in sdhci_acpi_emmc_amd_probe_slot()
823 struct mmc_host_ops *ops = &slot->host->mmc_host_ops; in byt_probe_slot()884 slot->host->mmc_host_ops.select_drive_strength = in byt_emmc_probe_slot()905 slot->host->mmc_host_ops.hs400_enhanced_strobe = in glk_emmc_probe_slot()1100 slot->host->mmc_host_ops.get_cd = bxt_get_cd; in byt_sd_probe_slot()1277 slot->host->mmc_host_ops.get_cd = mrfld_get_cd; in intel_mrfld_mmc_probe_slot()1699 struct mmc_host_ops *ops = &slot->host->mmc_host_ops; in amd_probe_slot()
1324 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_omap_probe()1326 host->mmc_host_ops.set_ios = sdhci_omap_set_ios; in sdhci_omap_probe()1327 host->mmc_host_ops.card_busy = sdhci_omap_card_busy; in sdhci_omap_probe()1328 host->mmc_host_ops.execute_tuning = sdhci_omap_execute_tuning; in sdhci_omap_probe()1329 host->mmc_host_ops.enable_sdio_irq = sdhci_omap_enable_sdio_irq; in sdhci_omap_probe()
606 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()610 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()615 host->mmc_host_ops.execute_tuning = sdhci_o2_execute_tuning; in sdhci_pci_o2_probe_slot()
402 host->mmc_host_ops.request = dwcmshc_request; in dwcmshc_probe()403 host->mmc_host_ops.hs400_enhanced_strobe = dwcmshc_hs400_enhanced_strobe; in dwcmshc_probe()
492 struct mmc_host_ops mmc_host_ops; /* MMC host ops */ member
1640 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_tegra_probe()1646 host->mmc_host_ops.request = tegra_sdhci_request; in sdhci_tegra_probe()1648 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_tegra_probe()1652 host->mmc_host_ops.execute_tuning = in sdhci_tegra_probe()
135 struct mmc_host_ops ops;
1434 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_esdhc_probe()1436 host->mmc_host_ops.execute_tuning = esdhc_execute_tuning; in sdhci_esdhc_probe()1437 host->mmc_host_ops.hs400_prepare_ddr = esdhc_hs400_prepare_ddr; in sdhci_esdhc_probe()
1670 host->mmc_host_ops.execute_tuning = in sdhci_arasan_probe()1700 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_arasan_probe()1702 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_arasan_probe()
282 host->mmc_host_ops.hs400_enhanced_strobe = match_priv->hs400es; in sdhci_brcmstb_probe()
416 struct mmc_host_ops *mmc_ops;
263 if (host->mmc_host_ops.hs400_enhanced_strobe) { in arasan_select_phy_clock()
390 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_cdns_probe()
379 static const struct mmc_host_ops sdricoh_ops = {
411 static const struct mmc_host_ops ushc_ops = {
554 static const struct mmc_host_ops owl_mmc_ops = {
549 static const struct mmc_host_ops toshsd_ops = {
500 static struct mmc_host_ops meson_mx_mmc_ops = {
546 static const struct mmc_host_ops moxart_ops = {
540 static const struct mmc_host_ops mxs_mmc_ops = {
56 There are two optional members in the mmc_host_ops -- pre_req() and58 to before and after the actual mmc_host_ops.request() function is called.
96 struct mmc_host_ops { struct299 const struct mmc_host_ops *ops;
Completed in 54 milliseconds