Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/watchdog/
H A Dwdt_diag288.h31 int (*handle_timer)(DIAG288State *dev, member
/openbmc/qemu/hw/watchdog/
H A Dwdt_diag288.c122 diag288->handle_timer = wdt_diag288_handle_timer; in wdt_diag288_class_init()
/openbmc/qemu/target/s390x/
H A Ddiag.c53 return diag288_class->handle_timer(diag288, func, timeout); in handle_diag_288()