Home
last modified time | relevance | path

Searched refs:REGULATOR_STATUS_ON (Results 1 – 6 of 6) sorted by relevance

/drivers/hdf_core/framework/include/platform/
Dregulator_if.h23 REGULATOR_STATUS_ON = 1, enumerator
/drivers/hdf_core/framework/support/platform/src/regulator/
Dregulator_tree_mgr.c151 if (nodeInfo->child->regulatorInfo.status == REGULATOR_STATUS_ON) { in RegulatorTreeIsChildStatusOn()
171 if (nodeInfo->child->regulatorInfo.status == REGULATOR_STATUS_ON) { in RegulatorTreeIsAllChildDisable()
199 if (nodeInfo->child->regulatorInfo.status == REGULATOR_STATUS_ON) { in RegulatorTreeChildForceDisable()
Dregulator_core.c166 if (node->regulatorInfo.status == REGULATOR_STATUS_ON) { in RegulatorNodeInitEnable()
191 node->regulatorInfo.status = REGULATOR_STATUS_ON; in RegulatorNodeInitEnable()
359 if (node->regulatorInfo.status == REGULATOR_STATUS_ON) { in RegulatorNodeEnable()
/drivers/hdf_core/adapter/khdf/linux/platform/regulator/
Dregulator_adapter.c111 node->regulatorInfo.status = REGULATOR_STATUS_ON; in LinuxRegulatorEnable()
136 node->regulatorInfo.status = REGULATOR_STATUS_ON; in LinuxRegulatorDisable()
261 *status = REGULATOR_STATUS_ON; in LinuxRegulatorGetStatus()
/drivers/hdf_core/framework/test/unittest/platform/virtual/
Dregulator_virtual.c40 node->regulatorInfo.status = REGULATOR_STATUS_ON; in VirtualRegulatorEnable()
/drivers/hdf_core/framework/test/unittest/platform/common/
Dregulator_test.c160 if ((test->status != REGULATOR_STATUS_ON) && (test->status != REGULATOR_STATUS_OFF)) { in RegulatorGetStatusTest()