Searched refs:vcc_aux (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/host/
H A Domap_hsmmc.c150 * vcc_aux == optional
156 struct regulator *vcc_aux; member in struct:omap_hsmmc_host
284 * In other cases vcc_aux switches interface power. Example, for
291 if (ret == 0 && host->vcc_aux) {
292 ret = regulator_enable(host->vcc_aux);
297 if (host->vcc_aux)
298 ret = regulator_disable(host->vcc_aux);
335 if (!host->vcc_aux)
350 return regulator_set_mode(host->vcc_aux, mode);
353 return regulator_disable(host->vcc_aux);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/host/
H A Domap_hsmmc.c150 * vcc_aux == optional
156 struct regulator *vcc_aux; member in struct:omap_hsmmc_host
284 * In other cases vcc_aux switches interface power. Example, for
291 if (ret == 0 && host->vcc_aux) {
292 ret = regulator_enable(host->vcc_aux);
297 if (host->vcc_aux)
298 ret = regulator_disable(host->vcc_aux);
335 if (!host->vcc_aux)
350 return regulator_set_mode(host->vcc_aux, mode);
353 return regulator_disable(host->vcc_aux);
[all...]

Completed in 72 milliseconds