Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/mmc/host/
Dsdhci-xenon.c385 host->mmc_host_ops.set_ios = xenon_set_ios; in xenon_replace_mmc_host_ops()
386 host->mmc_host_ops.start_signal_voltage_switch = in xenon_replace_mmc_host_ops()
388 host->mmc_host_ops.init_card = xenon_init_card; in xenon_replace_mmc_host_ops()
389 host->mmc_host_ops.execute_tuning = xenon_execute_tuning; in xenon_replace_mmc_host_ops()
390 host->mmc_host_ops.enable_sdio_irq = xenon_enable_sdio_irq; in xenon_replace_mmc_host_ops()
Dsdhci-omap.c986 host->mmc_host_ops.get_ro = mmc_gpio_get_ro; in sdhci_omap_probe()
987 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_omap_probe()
989 host->mmc_host_ops.set_ios = sdhci_omap_set_ios; in sdhci_omap_probe()
990 host->mmc_host_ops.card_busy = sdhci_omap_card_busy; in sdhci_omap_probe()
991 host->mmc_host_ops.execute_tuning = sdhci_omap_execute_tuning; in sdhci_omap_probe()
992 host->mmc_host_ops.enable_sdio_irq = sdhci_omap_enable_sdio_irq; in sdhci_omap_probe()
Dsdhci-acpi.c403 host->mmc_host_ops.get_cd = bxt_get_cd; in intel_probe_slot()
407 host->mmc_host_ops.start_signal_voltage_switch = in intel_probe_slot()
548 host->mmc_host_ops.select_drive_strength = amd_select_drive_strength; in sdhci_acpi_emmc_amd_probe_slot()
549 host->mmc_host_ops.set_ios = amd_set_ios; in sdhci_acpi_emmc_amd_probe_slot()
Dsdhci-cadence.c378 host->mmc_host_ops.execute_tuning = sdhci_cdns_execute_tuning; in sdhci_cdns_probe()
379 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_cdns_probe()
Dsdhci-pci-core.c708 struct mmc_host_ops *ops = &slot->host->mmc_host_ops; in byt_probe_slot()
726 slot->host->mmc_host_ops.select_drive_strength = in byt_emmc_probe_slot()
739 slot->host->mmc_host_ops.hs400_enhanced_strobe = in glk_emmc_probe_slot()
853 slot->host->mmc_host_ops.get_cd = bxt_get_cd; in byt_sd_probe_slot()
1392 struct mmc_host_ops *ops = &slot->host->mmc_host_ops; in amd_probe_slot()
Dsdhci.h464 struct mmc_host_ops mmc_host_ops; /* MMC host ops */ member
Dsdhci-of-arasan.c812 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_arasan_probe()
814 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_arasan_probe()
Dtmio_mmc.h132 struct mmc_host_ops ops;
Dsdhci-pci-arasan.c263 if (host->mmc_host_ops.hs400_enhanced_strobe) { in arasan_select_phy_clock()
Dsdhci-of-esdhc.c895 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_esdhc_probe()
897 host->mmc_host_ops.execute_tuning = esdhc_execute_tuning; in sdhci_esdhc_probe()
Dandroid-goldfish.c437 static const struct mmc_host_ops goldfish_mmc_ops = {
Dsdricoh_cs.c388 static const struct mmc_host_ops sdricoh_ops = {
Dsdhci-pci-o2micro.c322 host->mmc_host_ops.execute_tuning = sdhci_o2_execute_tuning; in sdhci_pci_o2_probe_slot()
Dushc.c415 static const struct mmc_host_ops ushc_ops = {
Dtoshsd.c553 static const struct mmc_host_ops toshsd_ops = {
Dcb710-mmc.c658 static const struct mmc_host_ops cb710_mmc_host = {
Dmeson-mx-sdio.c509 static struct mmc_host_ops meson_mx_mmc_ops = {
Dmxs-mmc.c554 static const struct mmc_host_ops mxs_mmc_ops = {
Dmoxart-mmc.c549 static const struct mmc_host_ops moxart_ops = {
Dpxamci.c526 static const struct mmc_host_ops pxamci_ops = {
Dmvsdio.c667 static const struct mmc_host_ops mvsd_ops = {
Dwmt-sdmmc.c729 static const struct mmc_host_ops wmt_mci_ops = {
/Linux-v4.19/Documentation/mmc/
Dmmc-async-req.txt47 There are two optional members in the mmc_host_ops -- pre_req() and
49 to before and after the actual mmc_host_ops.request() function is called.
/Linux-v4.19/include/linux/mmc/
Dhost.h85 struct mmc_host_ops { struct
274 const struct mmc_host_ops *ops;
/Linux-v4.19/drivers/staging/greybus/
Dsdio.c752 static const struct mmc_host_ops gb_sdio_ops = {

123