Home
last modified time | relevance | path

Searched refs:millivolts (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/
H A Dstpmic1.c611 static size_t voltage_to_index(const char *name, uint16_t millivolts) in voltage_to_index() argument
618 if (regul->voltage_table[i] == millivolts) in voltage_to_index()
676 int stpmic1_regulator_voltage_set(const char *name, uint16_t millivolts) in stpmic1_regulator_voltage_set() argument
678 size_t voltage_index = voltage_to_index(name, millivolts); in stpmic1_regulator_voltage_set()
919 int stpmic1_lp_set_voltage(const char *name, uint16_t millivolts) in stpmic1_lp_set_voltage() argument
921 size_t voltage_index = voltage_to_index(name, millivolts); in stpmic1_lp_set_voltage()
936 int stpmic1_lp_voltage_cfg(const char *name, uint16_t millivolts, in stpmic1_lp_voltage_cfg() argument
940 size_t voltage_index = voltage_to_index(name, millivolts); in stpmic1_lp_voltage_cfg()
/optee_os/core/include/drivers/
H A Dstpmic1_regulator.h50 int stpmic1_regulator_voltage_set(const char *name, uint16_t millivolts);
H A Dstpmic1.h182 int stpmic1_lp_set_voltage(const char *name, uint16_t millivolts);
240 int stpmic1_lp_voltage_cfg(const char *name, uint16_t millivolts,