Searched defs:ipc_wd_start (Results 1 – 1 of 1) sorted by relevance
60 struct ipc_wd_start { in wdt_start() struct61 u32 pretimeout; in wdt_start()62 u32 timeout; in wdt_start()63 } ipc_wd_start = { timeout - MID_WDT_PRETIMEOUT, timeout }; in wdt_start() local