Searched refs:curr_vset_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | tps62360-regulator.c | 76 int curr_vset_id; member 128 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data); in tps62360_dcdc_get_voltage_sel() 131 __func__, REG_VSET0 + tps->curr_vset_id, ret); in tps62360_dcdc_get_voltage_sel() 144 int new_vset_id = tps->curr_vset_id; in tps62360_dcdc_set_voltage_sel() 162 tps->curr_vset_id = new_vset_id; in tps62360_dcdc_set_voltage_sel() 198 REG_VSET0 + tps->curr_vset_id, FORCE_PWM_ENABLE, val); in tps62360_set_mode() 202 __func__, REG_VSET0 + tps->curr_vset_id, ret); in tps62360_set_mode() 226 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data); in tps62360_get_mode() 229 __func__, REG_VSET0 + tps->curr_vset_id, ret); in tps62360_get_mode() 424 tps->curr_vset_id in tps62360_probe() [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | tps62360-regulator.c | 62 int curr_vset_id; member 114 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data); in tps62360_dcdc_get_voltage_sel() 117 __func__, REG_VSET0 + tps->curr_vset_id, ret); in tps62360_dcdc_get_voltage_sel() 130 int new_vset_id = tps->curr_vset_id; in tps62360_dcdc_set_voltage_sel() 148 tps->curr_vset_id = new_vset_id; in tps62360_dcdc_set_voltage_sel() 184 REG_VSET0 + tps->curr_vset_id, FORCE_PWM_ENABLE, val); in tps62360_set_mode() 188 __func__, REG_VSET0 + tps->curr_vset_id, ret); in tps62360_set_mode() 212 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data); in tps62360_get_mode() 215 __func__, REG_VSET0 + tps->curr_vset_id, ret); in tps62360_get_mode() 399 tps->curr_vset_id in tps62360_probe() [all...] |
Completed in 2 milliseconds