Searched refs:RegulatorSetVoltage (Results 1 – 3 of 3) sorted by relevance
/drivers/hdf_core/framework/include/platform/ |
D | regulator_if.h | 100 int32_t RegulatorSetVoltage(DevHandle handle, uint32_t minUv, uint32_t maxUv);
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
D | regulator_test.c | 83 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/ |
D | regulator_if.c | 91 int32_t RegulatorSetVoltage(DevHandle handle, uint32_t minUv, uint32_t maxUv) in RegulatorSetVoltage() function
|