Lines Matching defs:timeout
74 static int diag288(unsigned int func, unsigned int timeout,
77 union register_pair r1 = { .even = func, .odd = timeout, };
95 static int diag288_str(unsigned int func, unsigned int timeout, char *cmd)
105 return diag288(func, timeout, virt_to_phys(cmd_buf), len);
116 ret = diag288_str(func, dev->timeout, wdt_cmd);
119 ret = diag288(WDT_FUNC_INIT, dev->timeout, LPARWDT_RESTART, 0);
148 ret = diag288_str(func, dev->timeout, wdt_cmd);
151 ret = diag288(WDT_FUNC_CHANGE, dev->timeout, 0, 0);
161 dev->timeout = new_to;
184 .timeout = WDT_DEFAULT_TIMEOUT,