Home
last modified time | relevance | path

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

/optee_os/core/drivers/regulator/
H A Dregulator.c243 *desc = &regulator->voltages_fallback.desc; in regulator_supported_voltages()
244 *levels = regulator->voltages_fallback.levels; in regulator_supported_voltages()
298 regulator->voltages_fallback.desc.type = VOLTAGE_TYPE_FULL_LIST; in regulator_register()
299 regulator->voltages_fallback.desc.num_levels = 1; in regulator_register()
300 regulator->voltages_fallback.levels[0] = regulator->min_uv; in regulator_register()
302 regulator->voltages_fallback.desc.type = VOLTAGE_TYPE_INCREMENT; in regulator_register()
303 regulator->voltages_fallback.levels[0] = regulator->min_uv; in regulator_register()
304 regulator->voltages_fallback.levels[1] = regulator->max_uv; in regulator_register()
305 regulator->voltages_fallback.levels[2] = 1; in regulator_register()
/optee_os/core/include/drivers/
H A Dregulator.h115 struct voltages_fallback { struct
118 } voltages_fallback; member