Searched refs:octeon_wdt_poke_irq (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/watchdog/
H A Docteon-wdt-main.c123 * octeon_wdt_poke_irq - Poke the watchdog when an interrupt is received
130 static irqreturn_t octeon_wdt_poke_irq(int cpl, void *dev_id) function
342 free_irq(octeon_wdt_cpu_to_irq(cpu), octeon_wdt_poke_irq); local
378 if (request_irq(irq, octeon_wdt_poke_irq,
379 IRQF_NO_THREAD, "octeon_wdt", octeon_wdt_poke_irq))

Completed in 111 milliseconds