Lines Matching refs:ERROR
118 #define ERROR(tdev, fmt, args...) \ macro
392 ERROR(tdev, "guard byte[%d] %d (not %d)\n", in check_guard_bytes()
433 ERROR(tdev, "buf[%d] = %d (not %d)\n", i, *buf, expected); in simple_check_buf()
644 ERROR(tdev, "perform_sglist failed, " in perform_sglist()
716 ERROR(tdev, "bogus config descriptor length\n"); in is_good_config()
721 ERROR(tdev, "high bit of config attributes not set\n"); in is_good_config()
725 ERROR(tdev, "reserved config bits set\n"); in is_good_config()
737 ERROR(tdev, "bogus config descriptor read size\n"); in is_good_config()
749 ERROR(tdev, "bogus usb 2.0 extension descriptor length\n"); in is_good_ext()
756 ERROR(tdev, "reserved bits set\n"); in is_good_ext()
770 ERROR(tdev, "bogus superspeed device capability descriptor length\n"); in is_good_ss_cap()
779 ERROR(tdev, "reserved bits set in bmAttributes\n"); in is_good_ss_cap()
785 ERROR(tdev, "reserved bits set in wSpeedSupported\n"); in is_good_ss_cap()
799 ERROR(tdev, "bogus container id descriptor length\n"); in is_good_con_id()
804 ERROR(tdev, "reserved bits set\n"); in is_good_con_id()
1108 ERROR(ctx->dev, in ctrl_complete()
1134 ERROR(ctx->dev, "subtest %d error, status %d\n", in ctrl_complete()
1145 ERROR(ctx->dev, "control queue %02x.%02x, err %d, " in ctrl_complete()
1173 ERROR(ctx->dev, "urb unlink --> %d\n", in ctrl_complete()
1185 ERROR(ctx->dev, in ctrl_complete()
1364 ERROR(dev, "bogus number of ctrl queue testcases!\n"); in test_ctrl_queue()
1391 ERROR(dev, "can't submit urb[%d], status %d\n", in test_ctrl_queue()
1485 ERROR(dev, "unlink retry\n"); in unlink1()
1637 ERROR(tdev, "ep %02x couldn't get no-halt status, %d\n", in verify_not_halted()
1642 ERROR(tdev, "ep %02x bogus status: %04x != 0\n", ep, status); in verify_not_halted()
1659 ERROR(tdev, "ep %02x couldn't get halt status, %d\n", in verify_halted()
1664 ERROR(tdev, "ep %02x bogus status: %04x != 1\n", ep, status); in verify_halted()
1691 ERROR(tdev, "ep %02x couldn't set halt, %d\n", ep, retval); in test_halt()
1701 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", in test_halt()
1710 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", ep, retval); in test_halt()
1729 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", ep, retval); in test_toggle_sync()
1741 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", ep, retval); in test_toggle_sync()
1854 ERROR(dev, "ctrl_out, wlen %d (expected %d)\n", in ctrl_out()
1868 ERROR(dev, "ctrl_out, rlen %d (expected %d)\n", in ctrl_out()
1878 ERROR(dev, "ctrl_out, byte %d is %d not %d\n", in ctrl_out()
1900 ERROR(dev, "ctrl_out %s failed, code %d, count %d\n", in ctrl_out()
2111 ERROR(dev, "submit iso[%d], error %d\n", i, status); in test_queue()
2411 ERROR(dev, "halts failed, iterations left %d\n", i); in usbtest_do_ioctl()
2627 ERROR(dev, "toggle sync failed, iterations left %d\n", in usbtest_do_ioctl()