Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dwatchdog_pretimeout.h24 int watchdog_pretimeout_governor_set(struct watchdog_device *wdd,
54 static inline int watchdog_pretimeout_governor_set(struct watchdog_device *wdd, in watchdog_pretimeout_governor_set() function
H A Dwatchdog_pretimeout.c78 int watchdog_pretimeout_governor_set(struct watchdog_device *wdd, in watchdog_pretimeout_governor_set() function
H A Dwatchdog_dev.c611 int ret = watchdog_pretimeout_governor_set(wdd, buf); in pretimeout_governor_store()