Home
last modified time | relevance | path

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

/external/qemu/hw/
Dwatchdog.h36 struct WatchdogTimerModel { struct
37 QLIST_ENTRY(WatchdogTimerModel) entry;
49 typedef struct WatchdogTimerModel WatchdogTimerModel; typedef
52 extern WatchdogTimerModel *watchdog;
58 extern void watchdog_add_model(WatchdogTimerModel *model);
Dwatchdog.c27 static QLIST_HEAD(watchdog_list, WatchdogTimerModel) watchdog_list;
29 void watchdog_add_model(WatchdogTimerModel *model) in watchdog_add_model()
41 WatchdogTimerModel *model; in select_watchdog()
/external/qemu/
Dvl.c239 WatchdogTimerModel *watchdog = NULL;
Dvl-android.c311 WatchdogTimerModel *watchdog = NULL;