Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstpmic1_regulator.h34 bool stpmic1_is_regulator_enabled(const char *name);
/optee_os/core/drivers/
H A Dstpmic1.c653 bool stpmic1_is_regulator_enabled(const char *name) in stpmic1_is_regulator_enabled() function
1013 name, stpmic1_is_regulator_enabled(name) ? "en" : "dis", in stpmic1_dump_regulators()
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pmic.c315 *enabled = stpmic1_is_regulator_enabled(priv->regu_name); in pmic_get_state()