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.c320 ret = stpmic2_regulator_set_prop(pmic2, id, STPMIC2_PULL_DOWN, 1U); in pmic2_set_flag()
323 ret = stpmic2_regulator_set_prop(pmic2, id, STPMIC2_OCP, 1U); in pmic2_set_flag()
326 ret = stpmic2_regulator_set_prop(pmic2, id, STPMIC2_SINK_SOURCE, 1U); in pmic2_set_flag()
329 ret = stpmic2_regulator_set_prop(pmic2, id, STPMIC2_BYPASS, 1U); in pmic2_set_flag()
332 ret = stpmic2_regulator_set_prop(pmic2, id, STPMIC2_MASK_RESET, 1U); in pmic2_set_flag()
353 ret = stpmic2_regulator_set_prop(pmic2, regul->id, prop, value); in stpmic2_set_prop()
H A Dstpmic2.c393 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.h404 int stpmic2_regulator_set_prop(struct pmic_handle_s *pmic, uint8_t id,