Searched refs:cvdd (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/arch/arm/mach-davinci/
H A Dda850.c893 static struct regulator *cvdd; variable in typeref:struct:regulator
899 if (!cvdd)
904 return regulator_set_voltage(cvdd, opp->cvdd_min, opp->cvdd_max);
909 cvdd = regulator_get(NULL, "cvdd");
910 if (WARN(IS_ERR(cvdd), "Unable to obtain voltage regulator for CVDD;"
912 return PTR_ERR(cvdd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dda850.c893 static struct regulator *cvdd; variable in typeref:struct:regulator
899 if (!cvdd)
904 return regulator_set_voltage(cvdd, opp->cvdd_min, opp->cvdd_max);
909 cvdd = regulator_get(NULL, "cvdd");
910 if (WARN(IS_ERR(cvdd), "Unable to obtain voltage regulator for CVDD;"
912 return PTR_ERR(cvdd);

Completed in 75 milliseconds