Home
last modified time | relevance | path

Searched refs:mmc_host_ops (Results 1 – 25 of 56) sorted by relevance

123

/Linux-v5.4/drivers/mmc/host/
Dsdhci-xenon.c386 host->mmc_host_ops.set_ios = xenon_set_ios; in xenon_replace_mmc_host_ops()
387 host->mmc_host_ops.start_signal_voltage_switch = in xenon_replace_mmc_host_ops()
389 host->mmc_host_ops.init_card = xenon_init_card; in xenon_replace_mmc_host_ops()
390 host->mmc_host_ops.execute_tuning = xenon_execute_tuning; in xenon_replace_mmc_host_ops()
391 host->mmc_host_ops.enable_sdio_irq = xenon_enable_sdio_irq; in xenon_replace_mmc_host_ops()
Dsdhci-acpi.c391 host->mmc_host_ops.get_cd = bxt_get_cd; in intel_probe_slot()
395 host->mmc_host_ops.start_signal_voltage_switch = in intel_probe_slot()
599 host->mmc_host_ops.select_drive_strength = amd_select_drive_strength; in sdhci_acpi_emmc_amd_probe_slot()
600 host->mmc_host_ops.set_ios = amd_set_ios; in sdhci_acpi_emmc_amd_probe_slot()
Dsdhci-omap.c1130 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_omap_probe()
1132 host->mmc_host_ops.set_ios = sdhci_omap_set_ios; in sdhci_omap_probe()
1133 host->mmc_host_ops.card_busy = sdhci_omap_card_busy; in sdhci_omap_probe()
1134 host->mmc_host_ops.execute_tuning = sdhci_omap_execute_tuning; in sdhci_omap_probe()
1135 host->mmc_host_ops.enable_sdio_irq = sdhci_omap_enable_sdio_irq; in sdhci_omap_probe()
Dsdhci-cadence.c369 host->mmc_host_ops.execute_tuning = sdhci_cdns_execute_tuning; in sdhci_cdns_probe()
370 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_cdns_probe()
Dsdhci-sprd.c533 host->mmc_host_ops.request = sdhci_sprd_request; in sdhci_sprd_probe()
534 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_sprd_probe()
542 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_sprd_probe()
Dsdhci-pci-core.c756 struct mmc_host_ops *ops = &slot->host->mmc_host_ops; in byt_probe_slot()
780 slot->host->mmc_host_ops.select_drive_strength = in byt_emmc_probe_slot()
793 slot->host->mmc_host_ops.hs400_enhanced_strobe = in glk_emmc_probe_slot()
978 slot->host->mmc_host_ops.get_cd = bxt_get_cd; in byt_sd_probe_slot()
1558 struct mmc_host_ops *ops = &slot->host->mmc_host_ops; in amd_probe_slot()
Dsdhci.h496 struct mmc_host_ops mmc_host_ops; /* MMC host ops */ member
Dsdhci-of-arasan.c841 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_arasan_probe()
843 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_arasan_probe()
Dsdhci-pci-o2micro.c561 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
564 host->mmc_host_ops.execute_tuning = sdhci_o2_execute_tuning; in sdhci_pci_o2_probe_slot()
Dsdhci-of-esdhc.c1105 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_esdhc_probe()
1107 host->mmc_host_ops.execute_tuning = esdhc_execute_tuning; in sdhci_esdhc_probe()
1108 host->mmc_host_ops.hs400_prepare_ddr = esdhc_hs400_prepare_ddr; in sdhci_esdhc_probe()
Dtmio_mmc.h129 struct mmc_host_ops ops;
Dsdhci-tegra.c1533 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_tegra_probe()
1539 host->mmc_host_ops.request = tegra_sdhci_request; in sdhci_tegra_probe()
1541 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_tegra_probe()
1545 host->mmc_host_ops.execute_tuning = in sdhci_tegra_probe()
Dsdhci-pci-arasan.c263 if (host->mmc_host_ops.hs400_enhanced_strobe) { in arasan_select_phy_clock()
Dsdricoh_cs.c374 static const struct mmc_host_ops sdricoh_ops = {
Dandroid-goldfish.c434 static const struct mmc_host_ops goldfish_mmc_ops = {
Dushc.c411 static const struct mmc_host_ops ushc_ops = {
Dtoshsd.c549 static const struct mmc_host_ops toshsd_ops = {
Dcb710-mmc.c657 static const struct mmc_host_ops cb710_mmc_host = {
Dmxs-mmc.c540 static const struct mmc_host_ops mxs_mmc_ops = {
Dpxamci.c521 static const struct mmc_host_ops pxamci_ops = {
Dmeson-mx-sdio.c506 static struct mmc_host_ops meson_mx_mmc_ops = {
Dmoxart-mmc.c549 static const struct mmc_host_ops moxart_ops = {
Dsdhci-esdhc-imx.c1515 host->mmc_host_ops.execute_tuning = usdhc_execute_tuning; in sdhci_esdhc_imx_probe()
1530 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_esdhc_imx_probe()
/Linux-v5.4/Documentation/driver-api/mmc/
Dmmc-async-req.rst56 There are two optional members in the mmc_host_ops -- pre_req() and
58 to before and after the actual mmc_host_ops.request() function is called.
/Linux-v5.4/include/linux/mmc/
Dhost.h82 struct mmc_host_ops { struct
275 const struct mmc_host_ops *ops;

123