Searched refs:OS_init_watchdog (Results 1 – 3 of 3) sorted by relevance
211 int OS_init_watchdog(struct watchdog *wdp, void (*f) (void *), void *ci, int usec);
129 int OS_init_watchdog(struct watchdog *wdp, void (*f) (void *), void *c, int usec) in OS_init_watchdog() function
665 OS_init_watchdog (&ci->wd, (void (*) (void *)) c4_watchdog, ci, WATCHDOG_TIMEOUT); in c4_init()