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

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