Searched refs:DIAG288State (Results 1 – 3 of 3) sorted by relevance
9 typedef struct DIAG288State DIAG288State; typedef10 DECLARE_OBJ_CHECKERS(DIAG288State, DIAG288Class,17 struct DIAG288State { struct31 int (*handle_timer)(DIAG288State *dev, argument
27 VMSTATE_TIMER_PTR(timer, DIAG288State),28 VMSTATE_BOOL(enabled, DIAG288State),35 DIAG288State *diag288 = DIAG288(dev); in wdt_diag288_reset()66 static int wdt_diag288_handle_timer(DIAG288State *diag288, in wdt_diag288_handle_timer()97 DIAG288State *diag288 = DIAG288(dev); in wdt_diag288_realize()106 DIAG288State *diag288 = DIAG288(dev); in wdt_diag288_unrealize()130 .instance_size = sizeof(DIAG288State),
34 DIAG288State *diag288; in handle_diag_288()