Home
last modified time | relevance | path

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

/drivers/staging/greybus/
Dsvc_watchdog.c14 #define SVC_WATCHDOG_PERIOD (2*HZ) macro
105 schedule_delayed_work(&watchdog->work, SVC_WATCHDOG_PERIOD); in do_work()
180 schedule_delayed_work(&watchdog->work, SVC_WATCHDOG_PERIOD); in gb_svc_watchdog_enable()