Home
last modified time | relevance | path

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

/optee_os/core/drivers/regulator/
H A Dregulator_fixed.c26 struct regulator_fixed { struct
34 static struct regulator_fixed *regulator_priv(struct regulator *regulator) in regulator_priv() argument
36 return container_of(regulator, struct regulator_fixed, regulator); in regulator_priv()
41 struct regulator_fixed *regu = regulator_priv(regulator); in fixed_set_state()
60 struct regulator_fixed *regu = regulator_priv(regulator); in fixed_get_state()
76 struct regulator_fixed *regu) in get_enable_gpio()
127 struct regulator_fixed *regu = NULL; in fixed_regulator_probe()
H A Dsub.mk3 srcs-$(CFG_REGULATOR_FIXED) += regulator_fixed.c