Home
last modified time | relevance | path

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

123

/Linux-v5.15/drivers/mmc/host/
Dsdhci-xenon.c412 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()
Dsdhci-sprd.c561 host->mmc_host_ops.request = sdhci_sprd_request; in sdhci_sprd_probe()
562 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_sprd_probe()
570 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_sprd_probe()
581 host->mmc_host_ops.request_atomic = sdhci_sprd_request_atomic; in sdhci_sprd_probe()
Dsdhci-acpi.c396 host->mmc_host_ops.get_cd = bxt_get_cd; in intel_probe_slot()
400 host->mmc_host_ops.start_signal_voltage_switch = in intel_probe_slot()
734 host->mmc_host_ops.select_drive_strength = amd_select_drive_strength; in sdhci_acpi_emmc_amd_probe_slot()
735 host->mmc_host_ops.set_ios = amd_set_ios; in sdhci_acpi_emmc_amd_probe_slot()
736 host->mmc_host_ops.execute_tuning = amd_sdhci_execute_tuning; in sdhci_acpi_emmc_amd_probe_slot()
Dsdhci-omap.c1188 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_omap_probe()
1190 host->mmc_host_ops.set_ios = sdhci_omap_set_ios; in sdhci_omap_probe()
1191 host->mmc_host_ops.card_busy = sdhci_omap_card_busy; in sdhci_omap_probe()
1192 host->mmc_host_ops.execute_tuning = sdhci_omap_execute_tuning; in sdhci_omap_probe()
1193 host->mmc_host_ops.enable_sdio_irq = sdhci_omap_enable_sdio_irq; in sdhci_omap_probe()
Dsdhci-pci-o2micro.c606 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()
Dsdhci-pci-core.c908 struct mmc_host_ops *ops = &slot->host->mmc_host_ops; in byt_probe_slot()
969 slot->host->mmc_host_ops.select_drive_strength = in byt_emmc_probe_slot()
990 slot->host->mmc_host_ops.hs400_enhanced_strobe = in glk_emmc_probe_slot()
1185 slot->host->mmc_host_ops.get_cd = bxt_get_cd; in byt_sd_probe_slot()
1362 slot->host->mmc_host_ops.get_cd = mrfld_get_cd; in intel_mrfld_mmc_probe_slot()
1784 struct mmc_host_ops *ops = &slot->host->mmc_host_ops; in amd_probe_slot()
Dsdhci-of-dwcmshc.c402 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()
Dsdhci.h491 struct mmc_host_ops mmc_host_ops; /* MMC host ops */ member
Dtmio_mmc.h135 struct mmc_host_ops ops;
Dsdhci-tegra.c1631 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_tegra_probe()
1637 host->mmc_host_ops.request = tegra_sdhci_request; in sdhci_tegra_probe()
1639 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_tegra_probe()
1643 host->mmc_host_ops.execute_tuning = in sdhci_tegra_probe()
Dsdhci-of-arasan.c1643 host->mmc_host_ops.execute_tuning = in sdhci_arasan_probe()
1673 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_arasan_probe()
1675 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_arasan_probe()
Dsdhci-brcmstb.c282 host->mmc_host_ops.hs400_enhanced_strobe = match_priv->hs400es; in sdhci_brcmstb_probe()
Dmmci.h416 struct mmc_host_ops *mmc_ops;
Dsdhci-pci-arasan.c263 if (host->mmc_host_ops.hs400_enhanced_strobe) { in arasan_select_phy_clock()
Dsdhci-of-esdhc.c1434 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()
Dsdhci-cadence.c390 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_cdns_probe()
Dsdricoh_cs.c379 static const struct mmc_host_ops sdricoh_ops = {
Dushc.c411 static const struct mmc_host_ops ushc_ops = {
Dowl-mmc.c554 static const struct mmc_host_ops owl_mmc_ops = {
Dtoshsd.c549 static const struct mmc_host_ops toshsd_ops = {
Dmeson-mx-sdio.c500 static struct mmc_host_ops meson_mx_mmc_ops = {
Dmxs-mmc.c540 static const struct mmc_host_ops mxs_mmc_ops = {
Dmoxart-mmc.c546 static const struct mmc_host_ops moxart_ops = {
/Linux-v5.15/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.15/include/linux/mmc/
Dhost.h96 struct mmc_host_ops { struct
296 const struct mmc_host_ops *ops;

123