Lines Matching defs:func
366 u32 func;
374 size_t pl_size, int api, int func)
381 h->func = (api << 16) + func;
401 static int check_reply_pl(const u8 *pl, const char *func)
408 DEBUG_ERR("%s reply start tag mismatch\n", func);
426 func, *pl);
432 DEBUG_ERR("%s reply length %d too small\n", func, len);
438 DEBUG_ERR("%s function tag or length mismatch\n", func);
445 DEBUG_ERR("%s dom tag or length mismatch\n", func);
452 DEBUG_ERR("%s return value tag or length mismatch\n", func);
458 DEBUG_ERR("%s return value 0x%04x != 0\n", func, ret);