Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/watchdog/
Dwatchdog_core.h55 #define _WDOG_ALLOW_RELEASE 1 /* Did we receive the magic char ? */ macro
Dwatchdog_dev.c345 if (test_bit(_WDOG_ALLOW_RELEASE, &wd_data->status)) in watchdog_get_status()
691 clear_bit(_WDOG_ALLOW_RELEASE, &wd_data->status); in watchdog_write()
698 set_bit(_WDOG_ALLOW_RELEASE, &wd_data->status); in watchdog_write()
940 else if (test_and_clear_bit(_WDOG_ALLOW_RELEASE, &wd_data->status) || in watchdog_release()