Searched refs:regulator_fixed (Results 1 – 2 of 2) sorted by relevance
26 struct regulator_fixed { struct34 static struct regulator_fixed *regulator_priv(struct regulator *regulator) in regulator_priv() argument36 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()
3 srcs-$(CFG_REGULATOR_FIXED) += regulator_fixed.c