Home
last modified time | relevance | path

Searched refs:opp_get_voltage (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/include/linux/
Dopp.h29 unsigned long opp_get_voltage(struct opp *opp);
51 static inline unsigned long opp_get_voltage(struct opp *opp) in opp_get_voltage() function
/linux-3.3/drivers/devfreq/
Dexynos4_bus.c583 unsigned long volt = opp_get_voltage(opp); in exynos4_bus_setvolt()
602 opp_get_voltage(oldopp), in exynos4_bus_setvolt()
612 opp_get_voltage(oldopp), in exynos4_bus_setvolt()
635 dev_dbg(dev, "targetting %lukHz %luuV\n", freq, opp_get_voltage(opp)); in exynos4_bus_target()
/linux-3.3/Documentation/power/
Dopp.txt59 opp_find_freq_{ceil, floor}, opp_get_voltage, opp_get_freq, opp_get_opp_count
235 opp_get_voltage - Retrieve the voltage represented by the opp pointer.
245 v = opp_get_voltage(opp);
270 if(opp_get_voltage(max_opp) < opp_get_voltage(requested_opp))
376 +-----+ /- opp_get_voltage
/linux-3.3/arch/arm/mach-omap2/
Dpm.c186 bootup_volt = opp_get_voltage(opp); in omap2_set_init_voltage()
/linux-3.3/drivers/base/power/
Dopp.c148 unsigned long opp_get_voltage(struct opp *opp) in opp_get_voltage() function