Searched refs:opp_get_voltage (Results 1 – 5 of 5) sorted by relevance
29 unsigned long opp_get_voltage(struct opp *opp);51 static inline unsigned long opp_get_voltage(struct opp *opp) in opp_get_voltage() function
583 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()
59 opp_find_freq_{ceil, floor}, opp_get_voltage, opp_get_freq, opp_get_opp_count235 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
186 bootup_volt = opp_get_voltage(opp); in omap2_set_init_voltage()
148 unsigned long opp_get_voltage(struct opp *opp) in opp_get_voltage() function