Lines Matching refs:mmc_pdata
160 #define mmc_pdata(host) host->pdata macro
361 if (mmc_pdata(host)->set_power) in omap_hsmmc_set_power()
362 return mmc_pdata(host)->set_power(dev, power_on, vdd); in omap_hsmmc_set_power()
371 if (mmc_pdata(host)->before_set_reg) in omap_hsmmc_set_power()
372 mmc_pdata(host)->before_set_reg(dev, power_on, vdd); in omap_hsmmc_set_power()
405 if (mmc_pdata(host)->after_set_reg) in omap_hsmmc_set_power()
406 mmc_pdata(host)->after_set_reg(dev, power_on, vdd); in omap_hsmmc_set_power()
475 if (mmc_pdata(host)->set_power) in omap_hsmmc_reg_get()
489 mmc_pdata(host)->ocr_mask = ocr_value; in omap_hsmmc_reg_get()
514 if (mmc_pdata(host)->no_regulator_off_init) in omap_hsmmc_reg_get()
663 if ((mmc_pdata(host)->features & HSMMC_HAS_HSPE_SUPPORT) && in omap_hsmmc_set_clock()
874 return sprintf(buf, "%s\n", mmc_pdata(host)->name); in omap_hsmmc_show_slot_name()
1121 if (mmc_pdata(host)->features & HSMMC_HAS_UPDATED_RESET) { in omap_hsmmc_reset_controller_fsm()
1715 if (mmc_pdata(host)->init_card) in omap_hsmmc_init_card()
1716 mmc_pdata(host)->init_card(card); in omap_hsmmc_init_card()
2125 mmc->caps |= mmc_pdata(host)->caps; in omap_hsmmc_probe()
2129 if (mmc_pdata(host)->nonremovable) in omap_hsmmc_probe()
2132 mmc->pm_caps |= mmc_pdata(host)->pm_caps; in omap_hsmmc_probe()
2189 mmc->ocr_avail = mmc_pdata(host)->ocr_mask; in omap_hsmmc_probe()
2209 if (mmc_pdata(host)->name != NULL) { in omap_hsmmc_probe()