Home
last modified time | relevance | path

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

/optee_os/core/drivers/regulator/
H A Dregulator_gpio.c27 struct regulator_gpio { struct
37 static struct regulator_gpio *regulator_priv(struct regulator *regulator) in regulator_priv() argument
39 return container_of(regulator, struct regulator_gpio, regulator); in regulator_priv()
45 struct regulator_gpio *regu = regulator_priv(regulator); in regulator_gpio_set_state()
63 struct regulator_gpio *regu = regulator_priv(regulator); in regulator_gpio_read_state()
76 struct regulator_gpio *regu = regulator_priv(regulator); in regulator_gpio_set_voltage()
97 struct regulator_gpio *regu = regulator_priv(regulator); in regulator_gpio_read_voltage()
112 struct regulator_gpio *regu = regulator_priv(regulator); in regulator_gpio_voltages()
129 struct regulator_gpio *regu) in get_enable_gpio()
174 struct regulator_gpio *regu) in get_voltage_level_gpio()
[all …]
H A Dsub.mk4 srcs-$(CFG_REGULATOR_GPIO) += regulator_gpio.c