Lines Matching refs:ERROR
87 #define ERROR(tdev, fmt, args...) \ macro
295 ERROR(tdev, "guard byte[%d] %d (not %d)\n", in check_guard_bytes()
335 ERROR(tdev, "buf[%d] = %d (not %d)\n", i, *buf, expected); in simple_check_buf()
512 ERROR(tdev, "perform_sglist failed, " in perform_sglist()
584 ERROR(tdev, "bogus config descriptor length\n"); in is_good_config()
589 ERROR(tdev, "high bit of config attributes not set\n"); in is_good_config()
593 ERROR(tdev, "reserved config bits set\n"); in is_good_config()
605 ERROR(tdev, "bogus config descriptor read size\n"); in is_good_config()
821 ERROR(ctx->dev, in ctrl_complete()
847 ERROR(ctx->dev, "subtest %d error, status %d\n", in ctrl_complete()
858 ERROR(ctx->dev, "control queue %02x.%02x, err %d, " in ctrl_complete()
886 ERROR(ctx->dev, "urb unlink --> %d\n", in ctrl_complete()
898 ERROR(ctx->dev, in ctrl_complete()
1068 ERROR(dev, "bogus number of ctrl queue testcases!\n"); in test_ctrl_queue()
1095 ERROR(dev, "can't submit urb[%d], status %d\n", in test_ctrl_queue()
1181 ERROR(dev, "unlink retry\n"); in unlink1()
1328 ERROR(tdev, "ep %02x couldn't get no-halt status, %d\n", in verify_not_halted()
1333 ERROR(tdev, "ep %02x bogus status: %04x != 0\n", ep, status); in verify_not_halted()
1350 ERROR(tdev, "ep %02x couldn't get halt status, %d\n", in verify_halted()
1356 ERROR(tdev, "ep %02x bogus status: %04x != 1\n", ep, status); in verify_halted()
1383 ERROR(tdev, "ep %02x couldn't set halt, %d\n", ep, retval); in test_halt()
1393 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", ep, retval); in test_halt()
1481 ERROR(dev, "ctrl_out, wlen %d (expected %d)\n", in ctrl_out()
1495 ERROR(dev, "ctrl_out, rlen %d (expected %d)\n", in ctrl_out()
1505 ERROR(dev, "ctrl_out, byte %d is %d not %d\n", in ctrl_out()
1527 ERROR(dev, "ctrl_out %s failed, code %d, count %d\n", in ctrl_out()
1707 ERROR(dev, "submit iso[%d], error %d\n", i, status); in test_iso_queue()
2055 ERROR(dev, "halts failed, iterations left %d\n", i); in usbtest_ioctl()