Home
last modified time | relevance | path

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

123

/Linux-v5.10/drivers/mmc/host/
Dsdhci-xenon.c396 host->mmc_host_ops.set_ios = xenon_set_ios; in xenon_replace_mmc_host_ops()
397 host->mmc_host_ops.start_signal_voltage_switch = in xenon_replace_mmc_host_ops()
399 host->mmc_host_ops.init_card = xenon_init_card; in xenon_replace_mmc_host_ops()
400 host->mmc_host_ops.execute_tuning = xenon_execute_tuning; in xenon_replace_mmc_host_ops()
401 host->mmc_host_ops.enable_sdio_irq = xenon_enable_sdio_irq; in xenon_replace_mmc_host_ops()
Dsdhci-sprd.c560 host->mmc_host_ops.request = sdhci_sprd_request; in sdhci_sprd_probe()
561 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_sprd_probe()
569 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_sprd_probe()
580 host->mmc_host_ops.request_atomic = sdhci_sprd_request_atomic; in sdhci_sprd_probe()
Dsdhci-acpi.c395 host->mmc_host_ops.get_cd = bxt_get_cd; in intel_probe_slot()
399 host->mmc_host_ops.start_signal_voltage_switch = in intel_probe_slot()
702 host->mmc_host_ops.select_drive_strength = amd_select_drive_strength; in sdhci_acpi_emmc_amd_probe_slot()
703 host->mmc_host_ops.set_ios = amd_set_ios; in sdhci_acpi_emmc_amd_probe_slot()
704 host->mmc_host_ops.execute_tuning = amd_sdhci_execute_tuning; in sdhci_acpi_emmc_amd_probe_slot()
Dsdhci-omap.c1189 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_omap_probe()
1191 host->mmc_host_ops.set_ios = sdhci_omap_set_ios; in sdhci_omap_probe()
1192 host->mmc_host_ops.card_busy = sdhci_omap_card_busy; in sdhci_omap_probe()
1193 host->mmc_host_ops.execute_tuning = sdhci_omap_execute_tuning; in sdhci_omap_probe()
1194 host->mmc_host_ops.enable_sdio_irq = sdhci_omap_enable_sdio_irq; in sdhci_omap_probe()
Dsdhci-pci-o2micro.c586 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
590 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
595 host->mmc_host_ops.execute_tuning = sdhci_o2_execute_tuning; in sdhci_pci_o2_probe_slot()
Dsdhci-pci-core.c880 struct mmc_host_ops *ops = &slot->host->mmc_host_ops; in byt_probe_slot()
941 slot->host->mmc_host_ops.select_drive_strength = in byt_emmc_probe_slot()
962 slot->host->mmc_host_ops.hs400_enhanced_strobe = in glk_emmc_probe_slot()
1149 slot->host->mmc_host_ops.get_cd = bxt_get_cd; in byt_sd_probe_slot()
1738 struct mmc_host_ops *ops = &slot->host->mmc_host_ops; in amd_probe_slot()
Dsdhci.h488 struct mmc_host_ops mmc_host_ops; /* MMC host ops */ member
Dtmio_mmc.h132 struct mmc_host_ops ops;
Dsdhci-tegra.c1590 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_tegra_probe()
1596 host->mmc_host_ops.request = tegra_sdhci_request; in sdhci_tegra_probe()
1598 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_tegra_probe()
1602 host->mmc_host_ops.execute_tuning = in sdhci_tegra_probe()
Dsdhci-brcmstb.c283 host->mmc_host_ops.hs400_enhanced_strobe = match_priv->hs400es; in sdhci_brcmstb_probe()
Dsdhci-of-arasan.c1599 host->mmc_host_ops.execute_tuning = in sdhci_arasan_probe()
1629 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_arasan_probe()
1631 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_arasan_probe()
Dsdhci-pci-arasan.c263 if (host->mmc_host_ops.hs400_enhanced_strobe) { in arasan_select_phy_clock()
Dmmci.h416 struct mmc_host_ops *mmc_ops;
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 = {
Dandroid-goldfish.c425 static const struct mmc_host_ops goldfish_mmc_ops = {
Dushc.c411 static const struct mmc_host_ops ushc_ops = {
Dowl-mmc.c555 static const struct mmc_host_ops owl_mmc_ops = {
Dtoshsd.c549 static const struct mmc_host_ops toshsd_ops = {
Dmxs-mmc.c540 static const struct mmc_host_ops mxs_mmc_ops = {
Dsdhci_am654.c814 host->mmc_host_ops.execute_tuning = sdhci_am654_execute_tuning; in sdhci_am654_probe()
Dmeson-mx-sdio.c501 static struct mmc_host_ops meson_mx_mmc_ops = {
/Linux-v5.10/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.10/include/linux/mmc/
Dhost.h82 struct mmc_host_ops { struct
279 const struct mmc_host_ops *ops;

123