Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/regulator/
H A Dregulator_tree_mgr.h49 bool RegulatorTreeIsChildStatusOn(const char *name);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/regulator/
H A Dregulator_tree_mgr.c142 bool RegulatorTreeIsChildStatusOn(const char *name) in RegulatorTreeIsChildStatusOn() function
H A Dregulator_core.c172 bool isChildOn = RegulatorTreeIsChildStatusOn(node->regulatorInfo.name); in RegulatorNodeInitEnable()