Searched refs:mmc_host_ops (Results 1 – 25 of 53) sorted by relevance
123
385 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()
986 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()
403 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()
378 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()
708 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()
464 struct mmc_host_ops mmc_host_ops; /* MMC host ops */ member
812 host->mmc_host_ops.hs400_enhanced_strobe = in sdhci_arasan_probe()814 host->mmc_host_ops.start_signal_voltage_switch = in sdhci_arasan_probe()
132 struct mmc_host_ops ops;
263 if (host->mmc_host_ops.hs400_enhanced_strobe) { in arasan_select_phy_clock()
895 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()
437 static const struct mmc_host_ops goldfish_mmc_ops = {
388 static const struct mmc_host_ops sdricoh_ops = {
322 host->mmc_host_ops.execute_tuning = sdhci_o2_execute_tuning; in sdhci_pci_o2_probe_slot()
415 static const struct mmc_host_ops ushc_ops = {
553 static const struct mmc_host_ops toshsd_ops = {
658 static const struct mmc_host_ops cb710_mmc_host = {
509 static struct mmc_host_ops meson_mx_mmc_ops = {
554 static const struct mmc_host_ops mxs_mmc_ops = {
549 static const struct mmc_host_ops moxart_ops = {
526 static const struct mmc_host_ops pxamci_ops = {
667 static const struct mmc_host_ops mvsd_ops = {
729 static const struct mmc_host_ops wmt_mci_ops = {
47 There are two optional members in the mmc_host_ops -- pre_req() and49 to before and after the actual mmc_host_ops.request() function is called.
85 struct mmc_host_ops { struct274 const struct mmc_host_ops *ops;
752 static const struct mmc_host_ops gb_sdio_ops = {