Lines Matching refs:supply
7 * TI OPP supply driver that provides override into the regulator control
35 * struct ti_opp_supply_data - OMAP specific opp supply data
38 * @vdd_absolute_max_voltage_uv: absolute maximum voltage in UV for the supply
54 * @flags: specific type of opp supply
69 * @dev: ti opp supply device for which we need to store info
187 * _get_optimal_vdd_voltage() - Finds optimal voltage for the supply
221 struct dev_pm_opp_supply *supply,
231 vdd_uv = supply->u_volt;
244 uv_max = supply->u_volt_max;
247 vdd_uv < supply->u_volt_min ||
248 supply->u_volt_min > uv_max) {
251 supply->u_volt_min, vdd_uv, uv_max);
256 vdd_uv, supply->u_volt_min,
260 supply->u_volt_min,
265 reg_name, vdd_uv, supply->u_volt_min,
273 /* Do the opp supply transition */
364 {.compatible = "ti,omap-opp-supply", .data = &omap_generic_of_data},
365 {.compatible = "ti,omap5-opp-supply", .data = &omap_omap5_of_data},
366 {.compatible = "ti,omap5-core-opp-supply",