Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dwatchdog_core.h55 #define _WDOG_ALLOW_RELEASE 1 /* Did we receive the magic char ? */ macro
H A Dwatchdog_dev.c347 if (test_bit(_WDOG_ALLOW_RELEASE, &wd_data->status)) in watchdog_get_status()
713 clear_bit(_WDOG_ALLOW_RELEASE, &wd_data->status); in watchdog_write()
720 set_bit(_WDOG_ALLOW_RELEASE, &wd_data->status); in watchdog_write()
962 else if (test_and_clear_bit(_WDOG_ALLOW_RELEASE, &wd_data->status) || in watchdog_release()