Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/st/
H A Dstpmic1.h182 bool stpmic1_is_regulator_enabled(const char *name);
/rk3399_ARM-atf/drivers/st/pmic/
H A Dstpmic1.c670 bool stpmic1_is_regulator_enabled(const char *name) in stpmic1_is_regulator_enabled() function
919 stpmic1_is_regulator_enabled(name) ? "en" : "dis", in stpmic1_dump_regulators()
H A Dstm32mp_pmic.c281 return stpmic1_is_regulator_enabled(desc->node_name); in pmic_get_state()