Home
last modified time | relevance | path

Searched refs:stm32_vrefbuf (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/regulator/
H A Dstm32_vrefbuf.c80 static struct vrefbuf_regul *stm32_vrefbuf; variable
84 if (!stm32_vrefbuf) in stm32_vrefbuf_regulator()
87 return &stm32_vrefbuf->regulator; in stm32_vrefbuf_regulator()
330 assert(!stm32_vrefbuf); in stm32_vrefbuf_regulator_probe()
366 stm32_vrefbuf = vr; in stm32_vrefbuf_regulator_probe()
H A Dsub.mk5 srcs-$(CFG_STM32_VREFBUF) += stm32_vrefbuf.c