Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dwatchdog_core.c297 set_bit(WDOG_STOP_ON_REBOOT, &wdd->status); in __watchdog_register_device()
299 clear_bit(WDOG_STOP_ON_REBOOT, &wdd->status); in __watchdog_register_device()
302 if (test_bit(WDOG_STOP_ON_REBOOT, &wdd->status)) { in __watchdog_register_device()
382 if (test_bit(WDOG_STOP_ON_REBOOT, &wdd->status)) in __watchdog_unregister_device()
/linux/include/linux/
H A Dwatchdog.h117 #define WDOG_STOP_ON_REBOOT 2 /* Should be stopped on reboot */ macro
152 set_bit(WDOG_STOP_ON_REBOOT, &wdd->status); in watchdog_stop_on_reboot()