Home
last modified time | relevance | path

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

/drivers/hdf_core/adapter/platform/watchdog/
Dwatchdog_wm.c207 watchdogCntlr = WatchdogCntlrFromDevice(device); in WatchdogDriverInit()
236 watchdogCntlr = WatchdogCntlrFromDevice(device); in WatchdogDriverRelease()
Dwatchdog_bes.c171 watchdogCntlr = WatchdogCntlrFromDevice(device); in WatchdogDriverInit()
200 watchdogCntlr = WatchdogCntlrFromDevice(device); in WatchdogDriverRelease()
Dwatchdog_stm32f4xx.c209 watchdogCntlr = WatchdogCntlrFromDevice(device);
238 watchdogCntlr = WatchdogCntlrFromDevice(device);
/drivers/hdf_core/framework/support/platform/include/watchdog/
Dwatchdog_core.h73 static inline struct WatchdogCntlr *WatchdogCntlrFromDevice(const struct HdfDeviceObject *device) in WatchdogCntlrFromDevice() function
/drivers/hdf_core/framework/test/unittest/platform/virtual/
Dwatchdog_virtual.c163 wdt = WatchdogCntlrFromDevice(device); in VirtualWatchdogRelease()
/drivers/hdf_core/adapter/khdf/linux/platform/watchdog/
Dwatchdog_adapter.c297 wdt = WatchdogCntlrFromDevice(obj); in HdfWdtRelease()