Searched refs:vcc_aux (Results 1 – 1 of 1) sorted by relevance
155 struct regulator *vcc_aux; member274 if (ret == 0 && host->vcc_aux) { in omap_hsmmc_set_power()275 ret = regulator_enable(host->vcc_aux); in omap_hsmmc_set_power()282 if (host->vcc_aux) in omap_hsmmc_set_power()283 ret = regulator_disable(host->vcc_aux); in omap_hsmmc_set_power()323 host->vcc_aux = IS_ERR(reg) ? NULL : reg; in omap_hsmmc_reg_get()337 (host->vcc_aux && regulator_is_enabled(host->vcc_aux))) { in omap_hsmmc_reg_get()353 regulator_put(host->vcc_aux); in omap_hsmmc_reg_put()