Home
last modified time | relevance | path

Searched refs:uv_to_vsel (Results 1 – 4 of 4) sorted by relevance

/arch/arm/mach-omap2/
Domap_twl.c145 .uv_to_vsel = twl4030_uv_to_vsel,
161 .uv_to_vsel = twl4030_uv_to_vsel,
179 .uv_to_vsel = twl6030_uv_to_vsel,
197 .uv_to_vsel = twl6030_uv_to_vsel,
215 .uv_to_vsel = twl6030_uv_to_vsel,
Dvp.c19 vsel = voltdm->pmic->uv_to_vsel(volt); in _vp_set_init_voltage()
45 if (!voltdm->pmic || !voltdm->pmic->uv_to_vsel) { in omap_vp_init()
64 vddmin = voltdm->pmic->uv_to_vsel(vddmin); in omap_vp_init()
65 vddmax = voltdm->pmic->uv_to_vsel(vddmax); in omap_vp_init()
Dvc.c127 if (!voltdm->pmic->uv_to_vsel) { in omap_vc_pre_scale()
139 *target_vsel = voltdm->pmic->uv_to_vsel(target_volt); in omap_vc_pre_scale()
140 *current_vsel = voltdm->pmic->uv_to_vsel(voltdm->nominal_volt); in omap_vc_pre_scale()
750 return voltdm->pmic->uv_to_vsel(uvolt); in omap_vc_calc_vsel()
774 if (!voltdm->pmic || !voltdm->pmic->uv_to_vsel) { in omap_vc_init_channel()
Dvoltage.h136 u8 (*uv_to_vsel) (unsigned long uV); member