Searched defs:minUa (Results 1 – 6 of 6) sorted by relevance
73 uint32_t minUa; /* min current that can be set by the regulator */ member83 uint32_t minUa; /* min current */ member
133 int32_t RegulatorSetCurrent(DevHandle handle, uint32_t minUa, uint32_t maxUa) in RegulatorSetCurrent()
81 static int32_t VirtualRegulatorSetCurrent(struct RegulatorNode *node, uint32_t minUa, uint32_t maxU… in VirtualRegulatorSetCurrent()
99 static int VirtualCurrentRegulatorSetCurrent(struct regulator_dev *rdev, int minUa, in VirtualCurrentRegulatorSetCurrent()
54 uint32_t minUa; member
207 static int32_t LinuxRegulatorSetCurrent(struct RegulatorNode *node, uint32_t minUa, uint32_t maxUa) in LinuxRegulatorSetCurrent()