Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dsoftdog.c79 static void watchdog_fire(unsigned long);
82 function: watchdog_fire,
91 static void watchdog_fire(unsigned long data) in watchdog_fire() function
Dwdt285.c53 static void watchdog_fire(int irq, void *dev_id, struct pt_regs *regs) in watchdog_fire() function
85 request_irq(IRQ_TIMER4, watchdog_fire, 0, "watchdog", NULL); in watchdog_open()