Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dwatchdog_dev.c69 #define _WDOG_ALLOW_RELEASE 1 /* Did we receive the magic char ? */ macro
358 if (test_bit(_WDOG_ALLOW_RELEASE, &wd_data->status)) in watchdog_get_status()
677 clear_bit(_WDOG_ALLOW_RELEASE, &wd_data->status); in watchdog_write()
684 set_bit(_WDOG_ALLOW_RELEASE, &wd_data->status); in watchdog_write()
922 else if (test_and_clear_bit(_WDOG_ALLOW_RELEASE, &wd_data->status) || in watchdog_release()