Home
last modified time | relevance | path

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

/optee_os/core/drivers/regulator/
H A Dstm32_vrefbuf.c55 struct vrefbuf_regul { struct
80 static struct vrefbuf_regul *stm32_vrefbuf; argument
90 static struct vrefbuf_regul *regulator_to_vr(struct regulator *regulator) in regulator_to_vr()
92 return container_of(regulator, struct vrefbuf_regul, regulator); in regulator_to_vr()
95 static TEE_Result vrefbuf_wait_ready(struct vrefbuf_regul *vr) in vrefbuf_wait_ready()
108 struct vrefbuf_regul *vr = regulator_to_vr(regulator); in vrefbuf_set_state()
147 struct vrefbuf_regul *vr = regulator_to_vr(regulator); in vrefbuf_get_state()
164 struct vrefbuf_regul *vr = regulator_to_vr(regulator); in vrefbuf_get_voltage()
184 struct vrefbuf_regul *vr = regulator_to_vr(regulator); in vrefbuf_set_voltage()
214 struct vrefbuf_regul *vr = regulator_to_vr(regulator); in vrefbuf_list_voltages()
[all …]