Home
last modified time | relevance | path

Searched defs:maxUv (Results 1 – 7 of 7) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/regulator/
Dregulator_core.h72 uint32_t maxUv; /* max voltage that can be set by the regulator */ member
82 uint32_t maxUv; /* min voltage */ member
/drivers/hdf_core/framework/support/platform/src/regulator/
Dregulator_if.c91 int32_t RegulatorSetVoltage(DevHandle handle, uint32_t minUv, uint32_t maxUv) in RegulatorSetVoltage()
Dregulator_core.c501 int32_t RegulatorNodeSetVoltage(struct RegulatorNode *node, uint32_t minUv, uint32_t maxUv) in RegulatorNodeSetVoltage()
/drivers/hdf_core/framework/test/unittest/platform/virtual/
Dregulator_virtual.c57 …atic int32_t VirtualRegulatorSetVoltage(struct RegulatorNode *node, uint32_t minUv, uint32_t maxUv) in VirtualRegulatorSetVoltage()
Dregulator_linux_voltage_virtual_driver.c100 int maxUv, unsigned *selector) in VirtualVoltageRegulatorSetVoltage()
/drivers/hdf_core/framework/test/unittest/platform/common/
Dregulator_test.h51 uint32_t maxUv; member
/drivers/hdf_core/adapter/khdf/linux/platform/regulator/
Dregulator_adapter.c165 static int32_t LinuxRegulatorSetVoltage(struct RegulatorNode *node, uint32_t minUv, uint32_t maxUv) in LinuxRegulatorSetVoltage()