Home
last modified time | relevance | path

Searched refs:WATCHDOG_NOWAYOUT_INIT_STATUS (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Dstmp3xxx_rtc_wdt.c68 .status = WATCHDOG_NOWAYOUT_INIT_STATUS,
H A Drzn1_wdt.c145 wdt->wdtdev.status = WATCHDOG_NOWAYOUT_INIT_STATUS, in rzn1_wdt_probe()
H A Dda9063_wdt.c241 wdd->status = WATCHDOG_NOWAYOUT_INIT_STATUS; in da9063_wdt_probe()
H A Drave-sp-wdt.c275 wdd->status = WATCHDOG_NOWAYOUT_INIT_STATUS; in rave_sp_wdt_probe()
H A Dda9062_wdt.c228 wdt->wdtdev.status = WATCHDOG_NOWAYOUT_INIT_STATUS; in da9062_wdt_probe()
/openbmc/linux/include/linux/
H A Dwatchdog.h125 #define WATCHDOG_NOWAYOUT_INIT_STATUS (WATCHDOG_NOWAYOUT << WDOG_NO_WAY_OUT) macro
/openbmc/linux/Documentation/watchdog/
H A Dconvert_drivers_to_kernel_api.rst180 .status = WATCHDOG_NOWAYOUT_INIT_STATUS,
H A Dwatchdog-kernel-api.rst262 .status = WATCHDOG_NOWAYOUT_INIT_STATUS,
/openbmc/linux/drivers/rtc/
H A Drtc-pcf2127.c512 pcf2127->wdd.status = WATCHDOG_NOWAYOUT_INIT_STATUS; in pcf2127_watchdog_init()