Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dnpcm7xx_watchdog_timer-test.c41 static const Watchdog watchdog_list[] = { variable
58 ptrdiff_t diff = wd - watchdog_list; in watchdog_index()
60 g_assert(diff >= 0 && diff < ARRAY_SIZE(watchdog_list)); in watchdog_index()
311 for (int i = 0; i < ARRAY_SIZE(watchdog_list); ++i) { in main()
312 const Watchdog *wd = &watchdog_list[i]; in main()