Home
last modified time | relevance | path

Searched defs:maxUa (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/regulator/
H A Dregulator_core.h74 uint32_t maxUa; /* max current that can be set by the regulator */ member
84 uint32_t maxUa; /* max current */ member
/ohos5.0/drivers/hdf_core/framework/support/platform/src/regulator/
H A Dregulator_if.c133 int32_t RegulatorSetCurrent(DevHandle handle, uint32_t minUa, uint32_t maxUa) in RegulatorSetCurrent()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dregulator_virtual.c81 …atic int32_t VirtualRegulatorSetCurrent(struct RegulatorNode *node, uint32_t minUa, uint32_t maxUa) in VirtualRegulatorSetCurrent()
H A Dregulator_linux_current_virtual_driver.c100 int maxUa) in VirtualCurrentRegulatorSetCurrent()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dregulator_test.h53 uint32_t maxUa; member
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/regulator/
H A Dregulator_adapter.c207 static int32_t LinuxRegulatorSetCurrent(struct RegulatorNode *node, uint32_t minUa, uint32_t maxUa) in LinuxRegulatorSetCurrent()