Searched refs:current_vsel (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | vc.h | 125 u8 *target_vsel, u8 *current_vsel); 128 u8 target_vsel, u8 current_vsel);
|
H A D | vc.c | 140 u8 *target_vsel, u8 *current_vsel) in omap_vc_pre_scale() 165 *current_vsel = voltdm->pmic->uv_to_vsel(voltdm->nominal_volt); in omap_vc_pre_scale() 182 u8 target_vsel, u8 current_vsel) in omap_vc_post_scale() 186 smps_steps = abs(target_vsel - current_vsel); in omap_vc_post_scale() 200 u8 target_vsel, current_vsel; in omap_vc_bypass_scale() local 203 ret = omap_vc_pre_scale(voltdm, target_volt, &target_vsel, ¤t_vsel); in omap_vc_bypass_scale() 238 omap_vc_post_scale(voltdm, target_volt, target_vsel, current_vsel); in omap_vc_bypass_scale() 138 omap_vc_pre_scale(struct voltagedomain *voltdm, unsigned long target_volt, u8 *target_vsel, u8 *current_vsel) omap_vc_pre_scale() argument 180 omap_vc_post_scale(struct voltagedomain *voltdm, unsigned long target_volt, u8 target_vsel, u8 current_vsel) omap_vc_post_scale() argument
|
H A D | vp.c | 126 u8 target_vsel, current_vsel; in omap_vp_forceupdate_scale() local 129 ret = omap_vc_pre_scale(voltdm, target_volt, &target_vsel, ¤t_vsel); in omap_vp_forceupdate_scale() 166 omap_vc_post_scale(voltdm, target_volt, target_vsel, current_vsel); in omap_vp_forceupdate_scale()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | vc.h | 125 u8 *target_vsel, u8 *current_vsel); 128 u8 target_vsel, u8 current_vsel);
|
H A D | vc.c | 137 u8 *target_vsel, u8 *current_vsel) in omap_vc_pre_scale() 162 *current_vsel = voltdm->pmic->uv_to_vsel(voltdm->nominal_volt); in omap_vc_pre_scale() 179 u8 target_vsel, u8 current_vsel) in omap_vc_post_scale() 183 smps_steps = abs(target_vsel - current_vsel); in omap_vc_post_scale() 197 u8 target_vsel, current_vsel; in omap_vc_bypass_scale() local 200 ret = omap_vc_pre_scale(voltdm, target_volt, &target_vsel, ¤t_vsel); in omap_vc_bypass_scale() 235 omap_vc_post_scale(voltdm, target_volt, target_vsel, current_vsel); in omap_vc_bypass_scale() 135 omap_vc_pre_scale(struct voltagedomain *voltdm, unsigned long target_volt, u8 *target_vsel, u8 *current_vsel) omap_vc_pre_scale() argument 177 omap_vc_post_scale(struct voltagedomain *voltdm, unsigned long target_volt, u8 target_vsel, u8 current_vsel) omap_vc_post_scale() argument
|
H A D | vp.c | 126 u8 target_vsel, current_vsel; in omap_vp_forceupdate_scale() local 129 ret = omap_vc_pre_scale(voltdm, target_volt, &target_vsel, ¤t_vsel); in omap_vp_forceupdate_scale() 166 omap_vc_post_scale(voltdm, target_volt, target_vsel, current_vsel); in omap_vp_forceupdate_scale()
|
Completed in 5 milliseconds