Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dwatchdog_dev.c63 ktime_t last_hw_keepalive; member
170 earliest_keepalive = ktime_add(wd_data->last_hw_keepalive, in __watchdog_ping()
181 wd_data->last_hw_keepalive = now; in __watchdog_ping()
285 wd_data->last_hw_keepalive = started_at; in watchdog_start()
1048 wd_data->last_hw_keepalive = ktime_sub(ktime_get(), 1); in watchdog_cdev_register()
1165 wd_data->last_hw_keepalive = ktime_sub(now, ms_to_ktime(last_ping_ms)); in watchdog_set_last_hw_keepalive()