Searched refs:last_mmc (Results 1 – 2 of 2) sorted by relevance
127 struct mmc *last_mmc; /** Last mmc used */ member
3237 struct mmc *last_mmc = host->last_mmc; in octeontx_mmc_switch_io() local3244 if (!initialized || mmc != host->last_mmc) { in octeontx_mmc_switch_io()3283 if (last_mmc == mmc) in octeontx_mmc_switch_io()3286 if (!last_mmc) { in octeontx_mmc_switch_io()3293 last_mmc->dev->name, mmc->vqmmc_supply); in octeontx_mmc_switch_io()3296 if (last_mmc->vqmmc_supply == mmc->vqmmc_supply) in octeontx_mmc_switch_io()3300 if (last_mmc->vqmmc_supply) { in octeontx_mmc_switch_io()3302 __func__, mmc->dev->name, last_mmc->dev->name, in octeontx_mmc_switch_io()3303 last_mmc->vqmmc_supply->name); in octeontx_mmc_switch_io()3304 regulator_set_enable(last_mmc->vqmmc_supply, false); in octeontx_mmc_switch_io()[all …]
Completed in 16 milliseconds