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

/external/qemu/include/sysemu/
H A Dwatchdog.h36 struct WatchdogTimerModel { struct
37 QLIST_ENTRY(WatchdogTimerModel) entry;
49 typedef struct WatchdogTimerModel WatchdogTimerModel; typedef in typeref:struct:WatchdogTimerModel
52 extern WatchdogTimerModel *watchdog;
58 extern void watchdog_add_model(WatchdogTimerModel *model);
/external/qemu/hw/watchdog/
H A Dwatchdog.c27 static QLIST_HEAD(watchdog_list, WatchdogTimerModel) watchdog_list;
29 void watchdog_add_model(WatchdogTimerModel *model)
41 WatchdogTimerModel *model;
/external/qemu/
H A Dvl-android.c305 WatchdogTimerModel *watchdog = NULL;

Completed in 4116 milliseconds