Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/watchdog/
DiTCO_wdt.c604 static inline bool need_suspend(void) in need_suspend() function
609 static inline bool need_suspend(void) { return true; } in need_suspend() function
618 if (watchdog_active(&p->wddev) && need_suspend()) { in iTCO_wdt_suspend_noirq()