Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/watchdog/
Dwatchdog_pretimeout.c181 if (!watchdog_have_pretimeout(wdd)) in watchdog_register_pretimeout()
201 if (!watchdog_have_pretimeout(wdd)) in watchdog_unregister_pretimeout()
Dwatchdog_core.h67 static inline bool watchdog_have_pretimeout(struct watchdog_device *wdd) in watchdog_have_pretimeout() function
Dwatchdog_dev.c396 if (!watchdog_have_pretimeout(wdd)) in watchdog_set_pretimeout()
601 else if (attr == &dev_attr_pretimeout.attr && !watchdog_have_pretimeout(wdd)) in wdt_is_visible()
605 (!watchdog_have_pretimeout(wdd) || !IS_ENABLED(CONFIG_WATCHDOG_PRETIMEOUT_GOV))) in wdt_is_visible()