Searched refs:mv_watchdog_event (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/mv/armada/ |
| H A D | wdt.c | 129 static void mv_watchdog_event(void *, unsigned int, int *); 188 EVENTHANDLER_REGISTER(watchdog_list, mv_watchdog_event, sc, 0); in mv_wdt_attach() 348 mv_watchdog_event(void *arg, unsigned int cmd, int *error) in mv_watchdog_event() function
|
| /f-stack/freebsd/arm/mv/ |
| H A D | timer.c | 120 static void mv_watchdog_event(void *, unsigned int, int *); 218 EVENTHANDLER_REGISTER(watchdog_list, mv_watchdog_event, sc, 0); in mv_timer_attach() 480 mv_watchdog_event(void *arg, unsigned int cmd, int *error) in mv_watchdog_event() function
|