Home
last modified time | relevance | path

Searched refs:WDOG_NO_WAY_OUT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dwatchdog.h115 #define WDOG_NO_WAY_OUT 1 /* Is 'nowayout' feature set ? */ macro
123 #define WATCHDOG_NOWAYOUT_INIT_STATUS (WATCHDOG_NOWAYOUT << WDOG_NO_WAY_OUT)
144 set_bit(WDOG_NO_WAY_OUT, &wdd->status); in watchdog_set_nowayout()
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dwatchdog_dev.c312 if (test_bit(WDOG_NO_WAY_OUT, &wdd->status)) { in watchdog_stop()
454 return sprintf(buf, "%d\n", !!test_bit(WDOG_NO_WAY_OUT, &wdd->status)); in nowayout_show()
470 if (test_bit(WDOG_NO_WAY_OUT, &wdd->status) && !value) in nowayout_store()
H A Di6300esb.c119 int _wdd_nowayout = test_bit(WDOG_NO_WAY_OUT, &wdd->status); in esb_timer_start()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dsch56xx-common.c425 set_bit(WDOG_NO_WAY_OUT, &data->wddev.status); in sch56xx_watchdog_register()
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dwatchdog-kernel-api.rst245 * WDOG_NO_WAY_OUT: this bit stores the nowayout setting for the watchdog.
257 To set the WDOG_NO_WAY_OUT status bit (before registering your watchdog