Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dwatchdog_pretimeout.c181 if (!watchdog_have_pretimeout(wdd)) in watchdog_register_pretimeout()
201 if (!watchdog_have_pretimeout(wdd)) in watchdog_unregister_pretimeout()
H A Dwatchdog_core.h67 static inline bool watchdog_have_pretimeout(struct watchdog_device *wdd) in watchdog_have_pretimeout() function
H A Dwatchdog_dev.c406 if (!watchdog_have_pretimeout(wdd)) in watchdog_set_pretimeout()
629 else if (attr == &dev_attr_pretimeout.attr && !watchdog_have_pretimeout(wdd)) in wdt_is_visible()
633 (!watchdog_have_pretimeout(wdd) || !IS_ENABLED(CONFIG_WATCHDOG_PRETIMEOUT_GOV))) in wdt_is_visible()