Home
last modified time | relevance | path

Searched refs:getParent (Results 1 - 5 of 5) sorted by relevance

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DModifyNode.js22 function getParent(node, dest, parent) { function
36 let parent = getParent(root, node, null);
46 let parent = getParent(root, node, null);
116 let parent = getParent(root, node, null);
129 let pp = getParent(root, parent, null);
168 let parent = getParent(root, node, null);
/drivers/hdf_core/framework/support/platform/include/clock/
H A Dclock_core.h49 struct ClockDevice *(*getParent)(struct ClockDevice *device); member
/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dclock_virtual.c116 .getParent = VirtualClockGetParent,
/drivers/hdf_core/framework/support/platform/src/clock/
H A Dclock_core.c372 if (device->ops == NULL || device->ops->getParent == NULL) { in ClockDeviceGetParent()
373 HDF_LOGE("ClockDeviceGetParent: ops or getParent is null!"); in ClockDeviceGetParent()
382 parent = device->ops->getParent(device); in ClockDeviceGetParent()
/drivers/hdf_core/adapter/khdf/linux/platform/clock/
H A Dclock_adapter.c186 .getParent = ClockLinuxGetParent,

Completed in 3 milliseconds