Lines Matching refs:ios
113 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
140 int (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios);
149 int (*prepare_hs400_tuning)(struct mmc_host *host, struct mmc_ios *ios);
162 struct mmc_ios *ios);
397 struct mmc_ios ios; /* current io bus settings */ member
534 int mmc_regulator_set_vqmmc(struct mmc_host *mmc, struct mmc_ios *ios);
544 struct mmc_ios *ios) in mmc_regulator_set_vqmmc() argument
570 return card->host->ios.timing == MMC_TIMING_SD_HS || in mmc_card_hs()
571 card->host->ios.timing == MMC_TIMING_MMC_HS; in mmc_card_hs()
577 return card->host->ios.timing >= MMC_TIMING_UHS_SDR12 && in mmc_card_uhs()
578 card->host->ios.timing <= MMC_TIMING_UHS_DDR50; in mmc_card_uhs()