Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/regulator/
Dregulator_core.c171 bool isChildAlwayson = RegulatorTreeIsChildAlwayson(node->regulatorInfo.name); in RegulatorNodeInitEnable() local
174 if ((node->regulatorInfo.constraints.alwaysOn) || (isChildAlwayson) || (isChildOn)) { in RegulatorNodeInitEnable()