Home
last modified time | relevance | path

Searched defs:parent (Results 1 - 15 of 15) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/regulator/
H A Dregulator_tree_mgr.h30 struct RegulatorNode *parent; /* regulator parent info */ member
/drivers/hdf_core/framework/support/platform/src/clock/
H A Dclock_if.c137 struct ClockDevice *parent = NULL; in ClockGetParent() local
160 int32_t ClockSetParent(DevHandle handle, DevHandle parent) in ClockSetParent() argument
H A Dclock_if_u.c299 uint32_t parent = 0; in ClockGetParent() local
349 int32_t ClockSetParent(DevHandle handle, DevHandle parent) in ClockSetParent() argument
H A Dclock_core.c365 struct ClockDevice *parent = NULL; in ClockDeviceGetParent() local
388 int32_t ClockDeviceSetParent(struct ClockDevice *device, struct ClockDevice *parent) in ClockDeviceSetParent() argument
674 struct ClockDevice *parent in ClockManagerGetParent() local
717 struct ClockDevice *parent = NULL; ClockManagerSetParent() local
[all...]
/drivers/hdf_core/adapter/khdf/linux/platform/clock/
H A Dclock_adapter.c142 static int32_t ClockLinuxSetParent(struct ClockDevice *device, struct ClockDevice *parent) in ClockLinuxSetParent() argument
[all...]
/drivers/hdf_core/framework/support/platform/include/clock/
H A Dclock_core.h39 struct ClockDevice *parent; member
/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dclock_virtual.c83 int32_t VirtualClockSetParent(struct ClockDevice *device, struct ClockDevice *parent) in VirtualClockSetParent() argument
[all...]
/drivers/hdf_core/framework/include/bluetooth/
H A Dhdf_chip.h109 struct HdfCompositeDevice *parent; member
/drivers/hdf_core/framework/support/platform/src/regulator/
H A Dregulator_tree_mgr.c249 static int RegulatorTreeSetParent(const char *name, struct RegulatorNode *parent) in RegulatorTreeSetParent() argument
318 RegulatorTreeSet(const char *name, struct RegulatorNode *child, struct RegulatorNode *parent) RegulatorTreeSet() argument
[all...]
H A Dregulator_core.c132 int32_t RegulatorNodeSetChild(struct RegulatorNode *parent) in RegulatorNodeSetChild() argument
370 struct RegulatorNode *parent = RegulatorTreeGetParent(node->regulatorInfo.name); RegulatorNodeEnable() local
428 struct RegulatorNode *parent = RegulatorTreeGetParent(node->regulatorInfo.name); RegulatorNodeDisable() local
483 struct RegulatorNode *parent = RegulatorTreeGetParent(node->regulatorInfo.name); RegulatorNodeForceDisable() local
[all...]
/drivers/hdf_core/interfaces/inner_api/utils/
H A Ddevice_resource_if.h74 struct DeviceResourceNode *parent; /**< Pointer to the parent node */ member
/drivers/hdf_core/framework/core/host/src/
H A Dhdf_device_object.c187 struct HdfDeviceObject *HdfDeviceObjectAlloc(struct HdfDeviceObject *parent, const char *driverName) in HdfDeviceObjectAlloc() argument
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dclock_test.c24 DevHandle parent = NULL; variable
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp331 void AstObject::SetParent(AstObject *parent) in SetParent() argument
H A Dast.h337 std::shared_ptr<AstObject> parent = nullptr; in WalkBackward() local

Completed in 9 milliseconds