Home
last modified time | relevance | path

Searched refs:supported_voltages (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/drivers/
H A Dregulator.h138 TEE_Result (*supported_voltages)(struct regulator *r, member
/optee_os/core/drivers/regulator/
H A Dregulator.c239 if (regulator->ops->supported_voltages) in regulator_supported_voltages()
240 res = regulator->ops->supported_voltages(regulator, desc, in regulator_supported_voltages()
H A Dstm32mp13_regulator_iod.c250 .supported_voltages = iod_list_voltages,
H A Dregulator_gpio.c125 .supported_voltages = regulator_gpio_voltages,
H A Dstm32_vrefbuf.c315 .supported_voltages = vrefbuf_list_voltages,
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pmic.c476 .supported_voltages = pmic_list_voltages,