Lines Matching defs:func
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);
111 unsigned int func;
114 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL)
116 ret = diag288_str(func, dev->timeout, wdt_cmd);
137 unsigned int func;
145 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL)
148 ret = diag288_str(func, dev->timeout, wdt_cmd);