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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 132 milliseconds