Home
last modified time | relevance | path

Searched refs:WatchdogDevice (Results 1 - 3 of 3) sorted by relevance

/drivers/hdf_core/adapter/platform/watchdog/
H A Dwatchdog_bes.c45 static int InitWatchdogDevice(const struct WatchdogDevice *watchdogDevice) in InitWatchdogDevice()
66 struct WatchdogDevice *device, const struct DeviceResourceNode *resourceNode) in GetWatchdogDeviceResource()
96 struct WatchdogDevice *watchdogDevice = NULL; in AttachWatchdogDevice()
103 watchdogDevice = (struct WatchdogDevice *)OsalMemAlloc(sizeof(struct WatchdogDevice)); in AttachWatchdogDevice()
193 struct WatchdogDevice *watchdogDevice = NULL; in WatchdogDriverRelease()
206 watchdogDevice = (struct WatchdogDevice *)watchdogCntlr->priv; in WatchdogDriverRelease()
213 struct WatchdogDevice *watchdogDevice = NULL; in WatchdogDevStart()
221 watchdogDevice = (struct WatchdogDevice *)watchdogCntlr->priv; in WatchdogDevStart()
231 struct WatchdogDevice *watchdogDevic in WatchdogDevStop()
[all...]
H A Dwatchdog_wm.c23 struct WatchdogDevice { struct
99 static int InitWatchdogDevice(struct WatchdogDevice *watchdogDevice) in InitWatchdogDevice()
117 struct WatchdogDevice *device, const struct DeviceResourceNode *resourceNode) in GetWatchdogDeviceResource()
144 struct WatchdogDevice *watchdogDevice = NULL; in AttachWatchdogDevice()
151 watchdogDevice = (struct WatchdogDevice *)OsalMemAlloc(sizeof(struct WatchdogDevice)); in AttachWatchdogDevice()
229 struct WatchdogDevice *watchdogDevice = NULL; in WatchdogDriverRelease()
242 watchdogDevice = (struct WatchdogDevice *)watchdogCntlr->priv; in WatchdogDriverRelease()
H A Dwatchdog_bes.h23 struct WatchdogDevice { struct

Completed in 2 milliseconds