Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dmax77620-regulator.c65 u8 fps_addr; member
109 ret = regmap_read(pmic->rmap, rinfo->fps_addr, &val); in max77620_regulator_get_fps_src()
112 rinfo->fps_addr, ret); in max77620_regulator_get_fps_src()
137 ret = regmap_read(pmic->rmap, rinfo->fps_addr, &val); in max77620_regulator_set_fps_src()
140 rinfo->fps_addr, ret); in max77620_regulator_set_fps_src()
153 ret = regmap_update_bits(pmic->rmap, rinfo->fps_addr, in max77620_regulator_set_fps_src()
158 rinfo->fps_addr, ret); in max77620_regulator_set_fps_src()
198 ret = regmap_update_bits(pmic->rmap, rinfo->fps_addr, in max77620_regulator_set_fps_slots()
202 rinfo->fps_addr, ret); in max77620_regulator_set_fps_slots()
669 .fps_addr = MAX77620_REG_FPS_##_id, \
[all …]