Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstm32_vrefbuf.h12 struct regulator *stm32_vrefbuf_regulator(void);
14 static inline struct regulator *stm32_vrefbuf_regulator(void) in stm32_vrefbuf_regulator() function
/optee_os/core/drivers/regulator/
H A Dstm32_vrefbuf.c82 struct regulator *stm32_vrefbuf_regulator(void) in stm32_vrefbuf_regulator() function
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dscmi_server.c948 voltd->regulator = stm32_vrefbuf_regulator(); in get_voltd_regulator()