Searched refs:curr_vset_id (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/regulator/ |
H A D | tps62360-regulator.c | 76 int curr_vset_id; member in struct:tps62360_chip 128 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data); tps62360_dcdc_get_voltage_sel() 131 __func__, REG_VSET0 + tps->curr_vset_id, ret); tps62360_dcdc_get_voltage_sel() 144 int new_vset_id = tps->curr_vset_id; tps62360_dcdc_set_voltage_sel() 162 tps->curr_vset_id = new_vset_id; tps62360_dcdc_set_voltage_sel() 198 REG_VSET0 + tps->curr_vset_id, FORCE_PWM_ENABLE, val); tps62360_set_mode() 202 __func__, REG_VSET0 + tps->curr_vset_id, ret); tps62360_set_mode() 226 ret = regmap_read(tps->regmap, REG_VSET0 + tps->curr_vset_id, &data); tps62360_get_mode() 229 __func__, REG_VSET0 + tps->curr_vset_id, ret); tps62360_get_mode() 424 tps->curr_vset_id = (pdata->vsel1_def_state & 1) * 2 + tps62360_probe() 426 tps->lru_index[0] = tps->curr_vset_id; tps62360_probe() 457 * set with the tps->curr_vset_id */ tps62360_probe() 460 tps->lru_index[0] = tps->curr_vset_id; tps62360_probe() 461 tps->lru_index[tps->curr_vset_id] = 0; tps62360_probe()
|
Completed in 40 milliseconds