Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/clock/
H A Dclock_adapter.c139 static struct ClockDevice *ClockLinuxGetParent(struct ClockDevice *device);
186 .getParent = ClockLinuxGetParent,
190 static struct ClockDevice *ClockLinuxGetParent(struct ClockDevice *device) in ClockLinuxGetParent() function