Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A 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
H A Dwatchdog_pretimeout.c176 int watchdog_register_pretimeout(struct watchdog_device *wdd) in watchdog_register_pretimeout() function
H A Dwatchdog_dev.c1120 ret = watchdog_register_pretimeout(wdd); in watchdog_dev_register()