Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dwatchdog_core.h74 void watchdog_hrtimer_pretimeout_init(struct watchdog_device *wdd);
78 static inline void watchdog_hrtimer_pretimeout_init(struct watchdog_device *wdd) {} in watchdog_hrtimer_pretimeout_init() function
H A Dwatchdog_hrtimer_pretimeout.c22 void watchdog_hrtimer_pretimeout_init(struct watchdog_device *wdd) in watchdog_hrtimer_pretimeout_init() function
H A Dwatchdog_dev.c1056 watchdog_hrtimer_pretimeout_init(wdd); in watchdog_cdev_register()