Lines Matching refs:debug

129 	debug(".");  in usb_show_progress()
181 debug("Get Max LUN -> len = %i, result = %i\n", len, (int) *result); in usb_get_max_lun()
199 debug("\n\nProbing for storage\n"); in usb_stor_probe_device()
220 debug("Cannot bind driver\n"); in usb_stor_probe_device()
231 debug("%s: Found device %p\n", __func__, udev); in usb_stor_probe_device()
233 debug("usb_stor_get_info: Invalid device\n"); in usb_stor_probe_device()
275 debug("partype: %d\n", blkdev->part_type); in usb_stor_probe_device()
277 debug("partype: %d\n", blkdev->part_type); in usb_stor_probe_device()
279 debug("%s: Found device %p\n", __func__, udev); in usb_stor_probe_device()
312 debug("i=%d\n", i); in usb_stor_scan()
388 debug("Bulk xfer 0x%lx(%d) try #%d\n", in us_one_transfer()
394 debug("bulk_msg returned %d xferred %d/%d\n", in us_one_transfer()
404 debug("stalled ->clearing endpoint" \ in us_one_transfer()
410 debug("bulk transferred" \ in us_one_transfer()
420 debug("Device NAKed bulk_msg\n"); in us_one_transfer()
423 debug("bulk transferred with error"); in us_one_transfer()
425 debug(" %ld, but data ok\n", in us_one_transfer()
430 debug(" %ld, data %d\n", in us_one_transfer()
465 debug("BBB_reset\n"); in usb_stor_BBB_reset()
472 debug("RESET:stall\n"); in usb_stor_BBB_reset()
478 debug("BBB_reset result %d: status %lX reset\n", in usb_stor_BBB_reset()
484 debug("BBB_reset result %d: status %lX clearing IN endpoint\n", in usb_stor_BBB_reset()
490 debug("BBB_reset result %d: status %lX clearing OUT endpoint\n", in usb_stor_BBB_reset()
492 debug("BBB_reset done\n"); in usb_stor_BBB_reset()
505 debug("CB_reset\n"); in usb_stor_CB_reset()
517 debug("CB_reset result %d: status %lX clearing endpoint halt\n", in usb_stor_CB_reset()
522 debug("CB_reset done\n"); in usb_stor_CB_reset()
552 debug("usb_stor_BBB_comdat:cmdlen too large\n"); in usb_stor_BBB_comdat()
572 debug("usb_stor_BBB_comdat:usb_bulk_msg error\n"); in usb_stor_BBB_comdat()
595 debug("CBI gets a command: Try %d\n", 5 - retry); in usb_stor_CB_comdat()
607 debug("CB_transport: control msg returned %d, status %lX\n", in usb_stor_CB_comdat()
613 debug(" stall during command found," \ in usb_stor_CB_comdat()
619 debug(" error during command %02X" \ in usb_stor_CB_comdat()
626 debug("CB_transport: control msg returned %d," \ in usb_stor_CB_comdat()
632 debug("CBI attempted to transfer data," \ in usb_stor_CB_comdat()
666 debug("Got interrupt data 0x%x, transferred %d status 0x%lX\n", in usb_stor_CBI_get_status()
718 debug("COMMAND phase\n"); in usb_stor_BBB_transport()
721 debug("failed to send CBW status %ld\n", in usb_stor_BBB_transport()
735 debug("DATA phase\n"); in usb_stor_BBB_transport()
745 debug("DATA:stall\n"); in usb_stor_BBB_transport()
754 debug("usb_bulk_msg error status %ld\n", in usb_stor_BBB_transport()
768 debug("STATUS phase\n"); in usb_stor_BBB_transport()
775 debug("STATUS:stall\n"); in usb_stor_BBB_transport()
783 debug("usb_bulk_msg error status %ld\n", in usb_stor_BBB_transport()
799 debug("!CSWSIGNATURE\n"); in usb_stor_BBB_transport()
803 debug("!Tag\n"); in usb_stor_BBB_transport()
807 debug(">PHASE\n"); in usb_stor_BBB_transport()
811 debug("=PHASE\n"); in usb_stor_BBB_transport()
815 debug("transferred %dB instead of %ldB\n", in usb_stor_BBB_transport()
819 debug("FAILED\n"); in usb_stor_BBB_transport()
840 debug("command / Data returned %d, status %lX\n", in usb_stor_CB_transport()
847 debug(" USB CBI Command Error\n"); in usb_stor_CB_transport()
855 debug(" USB CBI Command Good\n"); in usb_stor_CB_transport()
863 debug("ERROR %lX\n", us->pusb_dev->status); in usb_stor_CB_transport()
871 debug("No auto request and good\n"); in usb_stor_CB_transport()
884 debug("auto request returned %d\n", result); in usb_stor_CB_transport()
890 debug(" AUTO REQUEST ERROR %ld\n", in usb_stor_CB_transport()
894 debug("autorequest returned 0x%02X 0x%02X 0x%02X 0x%02X\n", in usb_stor_CB_transport()
983 debug("inquiry returns %d\n", i); in usb_inquiry()
1008 debug("Request Sense returned %02X %02X %02X\n", in usb_request_sense()
1077 debug("read10: start %lx blocks %x\n", start, blocks); in usb_read_10()
1094 debug("write10: start %lx blocks %x\n", start, blocks); in usb_write_10()
1147 debug("\nusb_read: udev %d\n", block_dev->devnum); in usb_stor_read()
1149 debug("\nusb_read: udev %d\n", block_dev->devnum); in usb_stor_read()
1152 debug("%s: No device\n", __func__); in usb_stor_read()
1164 debug("\nusb_read: dev %d startblk " LBAF ", blccnt " LBAF " buffer %lx\n", in usb_stor_read()
1181 debug("Read ERROR\n"); in usb_stor_read()
1194 debug("usb_read: end startblk " LBAF ", blccnt %x buffer %lx\n", in usb_stor_read()
1199 debug("\n"); in usb_stor_read()
1229 debug("\nusb_read: udev %d\n", block_dev->devnum); in usb_stor_write()
1231 debug("\nusb_read: udev %d\n", block_dev->devnum); in usb_stor_write()
1234 debug("%s: No device\n", __func__); in usb_stor_write()
1247 debug("\nusb_write: dev %d startblk " LBAF ", blccnt " LBAF " buffer %lx\n", in usb_stor_write()
1266 debug("Write ERROR\n"); in usb_stor_write()
1279 debug("usb_write: end startblk " LBAF ", blccnt %x buffer %lx\n", in usb_stor_write()
1284 debug("\n"); in usb_stor_write()
1305 debug("Not mass storage\n"); in usb_storage_probe()
1313 debug("\n\nUSB Mass Storage device detected\n"); in usb_storage_probe()
1324 debug("Transport: "); in usb_storage_probe()
1327 debug("Control/Bulk\n"); in usb_storage_probe()
1333 debug("Control/Bulk/Interrupt\n"); in usb_storage_probe()
1338 debug("Bulk/Bulk/Bulk\n"); in usb_storage_probe()
1375 debug("Endpoints In %d Out %d Int %d\n", in usb_storage_probe()
1382 debug("Problems with device\n"); in usb_storage_probe()
1425 debug(" address %d\n", dev_desc->target); in usb_stor_get_info()
1428 debug("%s: usb_inquiry() failed\n", __func__); in usb_stor_get_info()
1440 debug("%s: unknown/unsupported device\n", __func__); in usb_stor_get_info()
1457 debug("ISO Vers %X, Response Data %X\n", usb_stor_buf[2], in usb_stor_get_info()
1476 debug("Read Capacity returns: 0x%08x, 0x%08x\n", cap[0], cap[1]); in usb_stor_get_info()
1488 debug("Capacity = 0x%08x, blocksz = 0x%08x\n", capacity, blksz); in usb_stor_get_info()
1493 debug(" address %d\n", dev_desc->target); in usb_stor_get_info()