Lines Matching refs:ios
117 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
144 int (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios);
153 int (*prepare_hs400_tuning)(struct mmc_host *host, struct mmc_ios *ios);
166 struct mmc_ios *ios);
410 struct mmc_ios ios; /* current io bus settings */ member
558 int mmc_regulator_set_vqmmc(struct mmc_host *mmc, struct mmc_ios *ios);
568 struct mmc_ios *ios) in mmc_regulator_set_vqmmc() argument
594 return card->host->ios.timing == MMC_TIMING_SD_HS || in mmc_card_hs()
595 card->host->ios.timing == MMC_TIMING_MMC_HS; in mmc_card_hs()
601 return card->host->ios.timing >= MMC_TIMING_UHS_SDR12 && in mmc_card_uhs()
602 card->host->ios.timing <= MMC_TIMING_UHS_DDR50; in mmc_card_uhs()