Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/include/platform/
Dregulator_if.h100 int32_t RegulatorSetVoltage(DevHandle handle, uint32_t minUv, uint32_t maxUv);
/drivers/hdf_core/framework/test/unittest/platform/common/
Dregulator_test.c83 if (RegulatorSetVoltage(test->handle, test->minUv, test->maxUv) != HDF_SUCCESS) { in RegulatorSetVoltageTest()
177 if (RegulatorSetVoltage(handle, VOLTAGE_250_UV, VOLTAGE_2500_UV) != HDF_SUCCESS) { in RegulatorTestThreadFunc()
269 RegulatorSetVoltage(test->handle, VOLTAGE_250_UV, VOLTAGE_50_UV); in RegulatorTestReliability()
/drivers/hdf_core/framework/support/platform/src/regulator/
Dregulator_if.c91 int32_t RegulatorSetVoltage(DevHandle handle, uint32_t minUv, uint32_t maxUv) in RegulatorSetVoltage() function