Home
last modified time | relevance | path

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

/optee_os/core/drivers/regulator/
H A Dstm32mp13_regulator_iod.c122 *level_uv = regulator_get_voltage(regu->supply); in iod_get_voltage()
159 level_uv = regulator_get_voltage(regu->supply); in iod_set_voltage()
232 if (regulator_get_voltage(regu) < IO_VOLTAGE_THRESHOLD_UV) in iod_supplied_init()
H A Dregulator.c169 int regulator_get_voltage(struct regulator *regulator) in regulator_get_voltage() function
197 cur_uv = regulator_get_voltage(regulator); in regulator_set_voltage()
281 uv = regulator_get_voltage(regulator); in regulator_register()
436 level_cur = regulator_get_voltage(regulator); in print_regulator()
/optee_os/core/include/drivers/
H A Dregulator.h296 int regulator_get_voltage(struct regulator *regulator);
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pwr.c226 if (regulator_get_voltage(vdd_supply) < VOLTAGE_2V7_THREDSHOLD_UV) { in set_fixed_vdd_hslv_mode()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dscmi_server.c851 *level_uv = regulator_get_voltage(voltd->regulator); in plat_scmi_voltd_get_level()