Lines Matching defs:func
73 static int __diag288(unsigned int func, unsigned int timeout,
76 register unsigned long __func asm("2") = func;
93 static int __diag288_vm(unsigned int func, unsigned int timeout,
97 return __diag288(func, timeout, virt_to_phys(cmd), len);
100 static int __diag288_lpar(unsigned int func, unsigned int timeout,
104 return __diag288(func, timeout, action, 0);
116 unsigned int func;
133 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL)
135 ret = __diag288_vm(func, dev->timeout, ebc_cmd, len);
168 unsigned int func;
185 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL)
188 ret = __diag288_vm(func, dev->timeout, ebc_cmd, len);