Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dwatchdog.h123 #define WATCHDOG_NOWAYOUT_INIT_STATUS (WATCHDOG_NOWAYOUT << WDOG_NO_WAY_OUT) macro
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dstmp3xxx_rtc_wdt.c68 .status = WATCHDOG_NOWAYOUT_INIT_STATUS,
H A Dda9063_wdt.c214 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.c212 wdt->wdtdev.status = WATCHDOG_NOWAYOUT_INIT_STATUS; in da9062_wdt_probe()
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-pcf2127.c350 pcf2127->wdd.status = WATCHDOG_NOWAYOUT_INIT_STATUS; in pcf2127_watchdog_init()