Searched refs:REGULATOR_STATUS_ON (Results 1 – 6 of 6) sorted by relevance
23 REGULATOR_STATUS_ON = 1, enumerator
151 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()
166 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()
111 node->regulatorInfo.status = REGULATOR_STATUS_ON; in LinuxRegulatorEnable()136 node->regulatorInfo.status = REGULATOR_STATUS_ON; in LinuxRegulatorDisable()261 *status = REGULATOR_STATUS_ON; in LinuxRegulatorGetStatus()
40 node->regulatorInfo.status = REGULATOR_STATUS_ON; in VirtualRegulatorEnable()
160 if ((test->status != REGULATOR_STATUS_ON) && (test->status != REGULATOR_STATUS_OFF)) { in RegulatorGetStatusTest()