Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/watchdog/
Dwatchdog_pretimeout.h23 int watchdog_pretimeout_governor_get(struct watchdog_device *wdd, char *buf);
48 static inline int watchdog_pretimeout_governor_get(struct watchdog_device *wdd, in watchdog_pretimeout_governor_get() function
Dwatchdog_pretimeout.c66 int watchdog_pretimeout_governor_get(struct watchdog_device *wdd, char *buf) in watchdog_pretimeout_governor_get() function
Dwatchdog_dev.c575 return watchdog_pretimeout_governor_get(wdd, buf); in pretimeout_governor_show()