Searched refs:stpmic2_regulator_set_prop (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/drivers/st/pmic/ |
| H A D | stm32mp_pmic2.c | 290 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 D | stpmic2.c | 376 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 D | stpmic2.h | 357 int stpmic2_regulator_set_prop(struct pmic_handle_s *pmic, uint8_t id,
|