Lines Matching refs:ERROR
93 #define ERROR(tdev, fmt, args...) \ macro
361 ERROR(tdev, "guard byte[%d] %d (not %d)\n", in check_guard_bytes()
402 ERROR(tdev, "buf[%d] = %d (not %d)\n", i, *buf, expected); in simple_check_buf()
604 ERROR(tdev, "perform_sglist failed, " in perform_sglist()
676 ERROR(tdev, "bogus config descriptor length\n"); in is_good_config()
681 ERROR(tdev, "high bit of config attributes not set\n"); in is_good_config()
685 ERROR(tdev, "reserved config bits set\n"); in is_good_config()
697 ERROR(tdev, "bogus config descriptor read size\n"); in is_good_config()
709 ERROR(tdev, "bogus usb 2.0 extension descriptor length\n"); in is_good_ext()
716 ERROR(tdev, "reserved bits set\n"); in is_good_ext()
730 ERROR(tdev, "bogus superspeed device capability descriptor length\n"); in is_good_ss_cap()
739 ERROR(tdev, "reserved bits set in bmAttributes\n"); in is_good_ss_cap()
745 ERROR(tdev, "reserved bits set in wSpeedSupported\n"); in is_good_ss_cap()
759 ERROR(tdev, "bogus container id descriptor length\n"); in is_good_con_id()
764 ERROR(tdev, "reserved bits set\n"); in is_good_con_id()
1067 ERROR(ctx->dev, in ctrl_complete()
1093 ERROR(ctx->dev, "subtest %d error, status %d\n", in ctrl_complete()
1104 ERROR(ctx->dev, "control queue %02x.%02x, err %d, " in ctrl_complete()
1132 ERROR(ctx->dev, "urb unlink --> %d\n", in ctrl_complete()
1144 ERROR(ctx->dev, in ctrl_complete()
1323 ERROR(dev, "bogus number of ctrl queue testcases!\n"); in test_ctrl_queue()
1350 ERROR(dev, "can't submit urb[%d], status %d\n", in test_ctrl_queue()
1444 ERROR(dev, "unlink retry\n"); in unlink1()
1596 ERROR(tdev, "ep %02x couldn't get no-halt status, %d\n", in verify_not_halted()
1601 ERROR(tdev, "ep %02x bogus status: %04x != 0\n", ep, status); in verify_not_halted()
1618 ERROR(tdev, "ep %02x couldn't get halt status, %d\n", in verify_halted()
1623 ERROR(tdev, "ep %02x bogus status: %04x != 1\n", ep, status); in verify_halted()
1650 ERROR(tdev, "ep %02x couldn't set halt, %d\n", ep, retval); in test_halt()
1660 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", in test_halt()
1669 ERROR(tdev, "ep %02x couldn't clear halt, %d\n", ep, retval); in test_halt()
1757 ERROR(dev, "ctrl_out, wlen %d (expected %d)\n", in ctrl_out()
1771 ERROR(dev, "ctrl_out, rlen %d (expected %d)\n", in ctrl_out()
1781 ERROR(dev, "ctrl_out, byte %d is %d not %d\n", in ctrl_out()
1803 ERROR(dev, "ctrl_out %s failed, code %d, count %d\n", in ctrl_out()
1991 ERROR(dev, "submit iso[%d], error %d\n", i, status); in test_queue()
2347 ERROR(dev, "halts failed, iterations left %d\n", i); in usbtest_ioctl()