Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pwr.h50 struct regulator *stm32mp1_pwr_get_regulator(enum pwr_regulator id);
H A Dstm32mp1_pwr.c176 struct regulator *stm32mp1_pwr_get_regulator(enum pwr_regulator id) in stm32mp1_pwr_get_regulator() function
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dscmi_server.c942 voltd->regulator = stm32mp1_pwr_get_regulator(voltd->priv_id); in get_voltd_regulator()