Lines Matching refs:ERROR

92 #define ERROR(tdev, fmt, args...) \  macro
348 ERROR(tdev, "guard byte[%d] %d (not %d)\n", in check_guard_bytes()
389 ERROR(tdev, "buf[%d] = %d (not %d)\n", i, *buf, expected); in simple_check_buf()
591 ERROR(tdev, "perform_sglist failed, " in perform_sglist()
663 ERROR(tdev, "bogus config descriptor length\n"); in is_good_config()
668 ERROR(tdev, "high bit of config attributes not set\n"); in is_good_config()
672 ERROR(tdev, "reserved config bits set\n"); in is_good_config()
684 ERROR(tdev, "bogus config descriptor read size\n"); in is_good_config()
696 ERROR(tdev, "bogus usb 2.0 extension descriptor length\n"); in is_good_ext()
703 ERROR(tdev, "reserved bits set\n"); in is_good_ext()
717 ERROR(tdev, "bogus superspeed device capability descriptor length\n"); in is_good_ss_cap()
726 ERROR(tdev, "reserved bits set in bmAttributes\n"); in is_good_ss_cap()
732 ERROR(tdev, "reserved bits set in wSpeedSupported\n"); in is_good_ss_cap()
746 ERROR(tdev, "bogus container id descriptor length\n"); in is_good_con_id()
751 ERROR(tdev, "reserved bits set\n"); in is_good_con_id()
1054 ERROR(ctx->dev, in ctrl_complete()
1080 ERROR(ctx->dev, "subtest %d error, status %d\n", in ctrl_complete()
1091 ERROR(ctx->dev, "control queue %02x.%02x, err %d, " in ctrl_complete()
1119 ERROR(ctx->dev, "urb unlink --> %d\n", in ctrl_complete()
1131 ERROR(ctx->dev, in ctrl_complete()
1310 ERROR(dev, "bogus number of ctrl queue testcases!\n"); in test_ctrl_queue()
1337 ERROR(dev, "can't submit urb[%d], status %d\n", in test_ctrl_queue()
1431 ERROR(dev, "unlink retry\n"); in unlink1()
1583 ERROR(tdev, "ep %02x couldn't get no-halt status, %d\n", in verify_not_halted()
1588 ERROR(tdev, "ep %02x bogus status: %04x != 0\n", ep, status); in verify_not_halted()
1605 ERROR(tdev, "ep %02x couldn't get halt status, %d\n", in verify_halted()
1610 ERROR(tdev, "ep %02x bogus status: %04x != 1\n", ep, status); in verify_halted()
1637 ERROR(tdev, "ep %02x couldn't set halt, %d\n", ep, retval); in test_halt()
1647 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", in test_halt()
1656 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", ep, retval); in test_halt()
1744 ERROR(dev, "ctrl_out, wlen %d (expected %d)\n", in ctrl_out()
1758 ERROR(dev, "ctrl_out, rlen %d (expected %d)\n", in ctrl_out()
1768 ERROR(dev, "ctrl_out, byte %d is %d not %d\n", in ctrl_out()
1790 ERROR(dev, "ctrl_out %s failed, code %d, count %d\n", in ctrl_out()
1970 ERROR(dev, "submit iso[%d], error %d\n", i, status); in test_iso_queue()
2322 ERROR(dev, "halts failed, iterations left %d\n", i); in usbtest_ioctl()