Home
last modified time | relevance | path

Searched refs:WDOG_STOP_ON_REBOOT (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/watchdog/
Dwatchdog_core.c264 set_bit(WDOG_STOP_ON_REBOOT, &wdd->status); in __watchdog_register_device()
266 clear_bit(WDOG_STOP_ON_REBOOT, &wdd->status); in __watchdog_register_device()
269 if (test_bit(WDOG_STOP_ON_REBOOT, &wdd->status)) { in __watchdog_register_device()
336 if (test_bit(WDOG_STOP_ON_REBOOT, &wdd->status)) in __watchdog_unregister_device()
/Linux-v5.10/include/linux/
Dwatchdog.h116 #define WDOG_STOP_ON_REBOOT 2 /* Should be stopped on reboot */ macro
150 set_bit(WDOG_STOP_ON_REBOOT, &wdd->status); in watchdog_stop_on_reboot()