Home
last modified time | relevance | path

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

/openbmc/linux/drivers/greybus/
H A Dsvc_watchdog.c13 #define SVC_WATCHDOG_PERIOD (2 * HZ) macro
104 schedule_delayed_work(&watchdog->work, SVC_WATCHDOG_PERIOD); in do_work()
179 schedule_delayed_work(&watchdog->work, SVC_WATCHDOG_PERIOD); in gb_svc_watchdog_enable()