Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dsoftdog.c79 static void watchdog_fire(unsigned long);
82 TIMER_INITIALIZER(watchdog_fire, 0, 0);
88 static void watchdog_fire(unsigned long data) in watchdog_fire() function
Dwdt285.c53 static void watchdog_fire(int irq, void *dev_id) in watchdog_fire() function
90 ret = request_irq(IRQ_TIMER4, watchdog_fire, 0, "watchdog", NULL); in watchdog_open()
Dintel_scu_watchdog.c98 static void watchdog_fire(void) in watchdog_fire() function
341 watchdog_fire(); in intel_scu_release()