Home
last modified time | relevance | path

Searched refs:US_DEBUGP (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTransport.c99 #define US_DEBUGP diag_printf macro
101 #define US_DEBUGP(x,...) macro
198 US_DEBUGP("Timeout -- cancelling URB %p\n",us->current_urb); in timeout_handler()
199 US_DEBUGP("msg: dev%d ep%d%s qtd --> status %d, len=%d", in timeout_handler()
324 US_DEBUGP("-- cancelling URB%s","\n"); in usb_stor_msg_common()
385 US_DEBUGP("%s: rq=%02x rqtype=%02x value=%04x index=%02x len=%u\n", in usb_stor_control_msg()
429 US_DEBUGP("%s: result = %d\n", __FUNCTION__, result); in usb_stor_clear_halt()
447 US_DEBUGP("Status code %d; transferred %u/%u\n", in interpret_urb_result()
454 US_DEBUGP("-- short transfer%s","\n"); in interpret_urb_result()
458 US_DEBUGP("-- transfer complete%s","\n"); in interpret_urb_result()
[all …]
H A DdrvMassStor.c137 #define US_DEBUGP(x,...) diag_printf(x,__VA_ARGS__) macro
139 #define US_DEBUGP(x,...) macro
370 US_DEBUGP("*** thread sleeping.%s","\n"); in usb_stor_control_thread()
374 US_DEBUGP("*** thread awakened.%s","\n"); in usb_stor_control_thread()
406 US_DEBUGP("No command during disconnect%s","\n"); in usb_stor_control_thread()
412 US_DEBUGP("UNKNOWN data direction%s","\n"); in usb_stor_control_thread()
421 US_DEBUGP("Bad target number (%d:%d)\n", in usb_stor_control_thread()
428 US_DEBUGP("Bad LUN (%d:%d)\n", in usb_stor_control_thread()
440 US_DEBUGP("Faking INQUIRY command%s","\n"); in usb_stor_control_thread()
461 US_DEBUGP("scsi cmd done, result=0x%x\n", in usb_stor_control_thread()
[all …]
H A DdrvProtocol.c87 #define US_DEBUGP(x,...) printk(x,__VA_ARGS__) macro
89 #define US_DEBUGP(x,...) macro
119 US_DEBUGP("Fixing INQUIRY data to show SCSI rev 2 - was %d\n", in fix_inquiry_data()
136 US_DEBUGP("US: Fixing capacity: from %ld to %ld\n", in fix_read_capacity()