Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/watchdog/
Dwatchdog_core.h55 #define _WDOG_ALLOW_RELEASE 1 /* Did we receive the magic char ? */ macro
Dwatchdog_dev.c338 if (test_bit(_WDOG_ALLOW_RELEASE, &wd_data->status)) in watchdog_get_status()
683 clear_bit(_WDOG_ALLOW_RELEASE, &wd_data->status); in watchdog_write()
690 set_bit(_WDOG_ALLOW_RELEASE, &wd_data->status); in watchdog_write()
932 else if (test_and_clear_bit(_WDOG_ALLOW_RELEASE, &wd_data->status) || in watchdog_release()