Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/watchdog/
Dwatchdog_pretimeout.h20 int watchdog_register_pretimeout(struct watchdog_device *wdd);
34 static inline int watchdog_register_pretimeout(struct watchdog_device *wdd) in watchdog_register_pretimeout() function
Dwatchdog_pretimeout.c177 int watchdog_register_pretimeout(struct watchdog_device *wdd) in watchdog_register_pretimeout() function
Dwatchdog_dev.c1134 ret = watchdog_register_pretimeout(wdd); in watchdog_dev_register()