Home
last modified time | relevance | path

Searched defs:regu (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/drivers/regulator/
H A Dregulator_gpio.c45 struct regulator_gpio *regu = regulator_priv(regulator); in regulator_gpio_set_state() local
63 struct regulator_gpio *regu = regulator_priv(regulator); in regulator_gpio_read_state() local
76 struct regulator_gpio *regu = regulator_priv(regulator); in regulator_gpio_set_voltage() local
97 struct regulator_gpio *regu = regulator_priv(regulator); in regulator_gpio_read_voltage() local
112 struct regulator_gpio *regu = regulator_priv(regulator); in regulator_gpio_voltages() local
129 struct regulator_gpio *regu) in get_enable_gpio()
174 struct regulator_gpio *regu) in get_voltage_level_gpio()
243 struct regulator_gpio *regu = NULL; in regulator_gpio_probe() local
H A Dstm32mp13_regulator_iod.c80 static TEE_Result iod_set_state(struct regulator *regu, bool enable) in iod_set_state()
110 static TEE_Result iod_get_state(struct regulator *regu, bool *enabled) in iod_get_state()
120 static TEE_Result iod_get_voltage(struct regulator *regu, int *level_uv) in iod_get_voltage()
127 static TEE_Result iod_set_voltage(struct regulator *regu, int level_uv) in iod_set_voltage()
176 static TEE_Result iod_list_voltages(struct regulator *regu, in iod_list_voltages()
191 struct regulator *regu = hdl->handle; in iod_pm() local
224 static TEE_Result iod_supplied_init(struct regulator *regu, in iod_supplied_init()
H A Dregulator_fixed.c41 struct regulator_fixed *regu = regulator_priv(regulator); in fixed_set_state() local
60 struct regulator_fixed *regu = regulator_priv(regulator); in fixed_get_state() local
76 struct regulator_fixed *regu) in get_enable_gpio()
127 struct regulator_fixed *regu = NULL; in fixed_regulator_probe() local
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pwr.c103 static TEE_Result stm32mp1_pwr_regu_set_state(struct regulator *regu, in stm32mp1_pwr_regu_set_state()
127 static TEE_Result stm32mp1_pwr_regu_read_state(struct regulator *regu, in stm32mp1_pwr_regu_read_state()
140 static TEE_Result stm32mp1_pwr_regu_read_voltage(struct regulator *regu, in stm32mp1_pwr_regu_read_voltage()