Lines Matching refs:ERROR
118 #define ERROR(tdev, fmt, args...) \ macro
384 ERROR(tdev, "guard byte[%d] %d (not %d)\n", in check_guard_bytes()
425 ERROR(tdev, "buf[%d] = %d (not %d)\n", i, *buf, expected); in simple_check_buf()
636 ERROR(tdev, "perform_sglist failed, " in perform_sglist()
708 ERROR(tdev, "bogus config descriptor length\n"); in is_good_config()
713 ERROR(tdev, "high bit of config attributes not set\n"); in is_good_config()
717 ERROR(tdev, "reserved config bits set\n"); in is_good_config()
729 ERROR(tdev, "bogus config descriptor read size\n"); in is_good_config()
741 ERROR(tdev, "bogus usb 2.0 extension descriptor length\n"); in is_good_ext()
748 ERROR(tdev, "reserved bits set\n"); in is_good_ext()
762 ERROR(tdev, "bogus superspeed device capability descriptor length\n"); in is_good_ss_cap()
771 ERROR(tdev, "reserved bits set in bmAttributes\n"); in is_good_ss_cap()
777 ERROR(tdev, "reserved bits set in wSpeedSupported\n"); in is_good_ss_cap()
791 ERROR(tdev, "bogus container id descriptor length\n"); in is_good_con_id()
796 ERROR(tdev, "reserved bits set\n"); in is_good_con_id()
1100 ERROR(ctx->dev, in ctrl_complete()
1126 ERROR(ctx->dev, "subtest %d error, status %d\n", in ctrl_complete()
1137 ERROR(ctx->dev, "control queue %02x.%02x, err %d, " in ctrl_complete()
1165 ERROR(ctx->dev, "urb unlink --> %d\n", in ctrl_complete()
1177 ERROR(ctx->dev, in ctrl_complete()
1356 ERROR(dev, "bogus number of ctrl queue testcases!\n"); in test_ctrl_queue()
1383 ERROR(dev, "can't submit urb[%d], status %d\n", in test_ctrl_queue()
1477 ERROR(dev, "unlink retry\n"); in unlink1()
1629 ERROR(tdev, "ep %02x couldn't get no-halt status, %d\n", in verify_not_halted()
1634 ERROR(tdev, "ep %02x bogus status: %04x != 0\n", ep, status); in verify_not_halted()
1651 ERROR(tdev, "ep %02x couldn't get halt status, %d\n", in verify_halted()
1656 ERROR(tdev, "ep %02x bogus status: %04x != 1\n", ep, status); in verify_halted()
1683 ERROR(tdev, "ep %02x couldn't set halt, %d\n", ep, retval); in test_halt()
1693 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", in test_halt()
1702 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", ep, retval); in test_halt()
1721 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", ep, retval); in test_toggle_sync()
1733 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", ep, retval); in test_toggle_sync()
1846 ERROR(dev, "ctrl_out, wlen %d (expected %d)\n", in ctrl_out()
1860 ERROR(dev, "ctrl_out, rlen %d (expected %d)\n", in ctrl_out()
1870 ERROR(dev, "ctrl_out, byte %d is %d not %d\n", in ctrl_out()
1892 ERROR(dev, "ctrl_out %s failed, code %d, count %d\n", in ctrl_out()
2087 ERROR(dev, "submit iso[%d], error %d\n", i, status); in test_queue()
2383 ERROR(dev, "halts failed, iterations left %d\n", i); in usbtest_do_ioctl()
2599 ERROR(dev, "toggle sync failed, iterations left %d\n", in usbtest_do_ioctl()