Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dregulator.h150 TEE_Result regulator_enable(struct regulator *regulator);
181 static inline TEE_Result regulator_enable(struct regulator *regulator __unused) in regulator_enable() function
/optee_os/core/drivers/regulator/
H A Dregulator.c55 res = regulator_enable(regulator->supply); in regulator_refcnt_enable()
91 TEE_Result regulator_enable(struct regulator *regulator) in regulator_enable() function
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dscmi_server.c914 if (regulator_enable(voltd->regulator)) in plat_scmi_voltd_set_config()
958 regulator_enable(voltd->regulator); in get_voltd_regulator()