Lines Matching refs:mmc_pdata
153 #define mmc_pdata(host) host->pdata macro
450 if (mmc_pdata(host)->no_regulator_off_init) in omap_hsmmc_reg_get()
567 if ((mmc_pdata(host)->features & HSMMC_HAS_HSPE_SUPPORT) && in omap_hsmmc_set_clock()
752 return sprintf(buf, "%s\n", mmc_pdata(host)->name); in omap_hsmmc_show_slot_name()
988 if (mmc_pdata(host)->features & HSMMC_HAS_UPDATED_RESET) { in omap_hsmmc_reset_controller_fsm()
1513 if (mmc_pdata(host)->init_card) in omap_hsmmc_init_card()
1514 mmc_pdata(host)->init_card(card); in omap_hsmmc_init_card()
1906 mmc->caps |= mmc_pdata(host)->caps; in omap_hsmmc_probe()
1910 if (mmc_pdata(host)->nonremovable) in omap_hsmmc_probe()
1913 mmc->pm_caps |= mmc_pdata(host)->pm_caps; in omap_hsmmc_probe()
1955 mmc->ocr_avail = mmc_pdata(host)->ocr_mask; in omap_hsmmc_probe()
1973 if (mmc_pdata(host)->name != NULL) { in omap_hsmmc_probe()