Lines Matching refs:ios
110 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
137 int (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios);
146 int (*prepare_hs400_tuning)(struct mmc_host *host, struct mmc_ios *ios);
159 struct mmc_ios *ios);
389 struct mmc_ios ios; /* current io bus settings */ member
522 int mmc_regulator_set_vqmmc(struct mmc_host *mmc, struct mmc_ios *ios);
532 struct mmc_ios *ios) in mmc_regulator_set_vqmmc() argument
558 return card->host->ios.timing == MMC_TIMING_SD_HS || in mmc_card_hs()
559 card->host->ios.timing == MMC_TIMING_MMC_HS; in mmc_card_hs()
565 return card->host->ios.timing >= MMC_TIMING_UHS_SDR12 && in mmc_card_uhs()
566 card->host->ios.timing <= MMC_TIMING_UHS_DDR50; in mmc_card_uhs()