Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/pmic/
H A Dstm32mp_pmic2.c290 ret = stpmic2_regulator_set_prop(pmic2, id, STPMIC2_PULL_DOWN, 1U); in pmic2_set_flag()
293 ret = stpmic2_regulator_set_prop(pmic2, id, STPMIC2_OCP, 1U); in pmic2_set_flag()
296 ret = stpmic2_regulator_set_prop(pmic2, id, STPMIC2_SINK_SOURCE, 1U); in pmic2_set_flag()
299 ret = stpmic2_regulator_set_prop(pmic2, id, STPMIC2_BYPASS, 1U); in pmic2_set_flag()
302 ret = stpmic2_regulator_set_prop(pmic2, id, STPMIC2_MASK_RESET, 1U); in pmic2_set_flag()
323 ret = stpmic2_regulator_set_prop(pmic2, regul->id, prop, value); in stpmic2_set_prop()
H A Dstpmic2.c376 int stpmic2_regulator_set_prop(struct pmic_handle_s *pmic, uint8_t id, in stpmic2_regulator_set_prop() function
/rk3399_ARM-atf/include/drivers/st/
H A Dstpmic2.h357 int stpmic2_regulator_set_prop(struct pmic_handle_s *pmic, uint8_t id,