Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dregulator.h326 TEE_Result regulator_supported_voltages(struct regulator *regulator,
/optee_os/core/drivers/regulator/
H A Dstm32mp13_regulator_iod.c181 return regulator_supported_voltages(regu->supply, desc, levels); in iod_list_voltages()
H A Dregulator.c231 TEE_Result regulator_supported_voltages(struct regulator *regulator, in regulator_supported_voltages() function
/optee_os/core/drivers/
H A Dstm32_cpu_opp.c108 res = regulator_supported_voltages(regul, &desc, &levels); in opp_voltage_is_supported()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dscmi_server.c773 res = regulator_supported_voltages(voltd->regulator, &desc, in plat_scmi_voltd_levels_array()
818 res = regulator_supported_voltages(voltd->regulator, &desc, in plat_scmi_voltd_levels_by_step()