Searched defs:ipc_wd_start (Results 1 – 1 of 1) sorted by relevance
48 struct ipc_wd_start { in wdt_start() struct49 u32 pretimeout; in wdt_start()50 u32 timeout; in wdt_start()51 } ipc_wd_start = { timeout - MID_WDT_PRETIMEOUT, timeout }; in wdt_start() local