Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dwatchdog_pretimeout.h21 void watchdog_unregister_pretimeout(struct watchdog_device *wdd);
39 static inline void watchdog_unregister_pretimeout(struct watchdog_device *wdd) in watchdog_unregister_pretimeout() function
H A Dwatchdog_pretimeout.c197 void watchdog_unregister_pretimeout(struct watchdog_device *wdd) in watchdog_unregister_pretimeout() function
H A Dwatchdog_dev.c1182 watchdog_unregister_pretimeout(wdd); in watchdog_dev_unregister()