Home
last modified time | relevance | path

Searched refs:ms_usbhost_msg (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvBulktran.c193 ms_usbhost_msg("US: Fixing capacity (from %ld to %ld)\n", capacity+1, capacity); in ms_usb_transparent_scsi_command()
223ms_usbhost_msg("Blocking Completion (len: 0x%lx)\n", request_block->u32TransferBufferLength); in ms_usb_set_tx_dma_buf()
274 ms_usbhost_msg("unlink USB request block ongoing...\n"); in ms_usb_timeout_handler()
479 ms_usbhost_msg("<ms_usb_msc_clear_halt> regval = %d\n", regval); in ms_usb_msc_clear_halt()
502 ms_usbhost_msg("--> stall on control pipe\n"); in ms_usb_interpret_uRequest_Block_result()
518 ms_usbhost_msg("--> babble\n"); in ms_usb_interpret_uRequest_Block_result()
521 ms_usbhost_msg("--> transfer cancelled\n"); in ms_usb_interpret_uRequest_Block_result()
524 ms_usbhost_msg("--> short read transfer\n"); in ms_usb_interpret_uRequest_Block_result()
527 ms_usbhost_msg("--> abort or disconnect in progress\n"); in ms_usb_interpret_uRequest_Block_result()
607 ms_usbhost_msg("[USB][BULK] device removed\n"); in ms_usb_invoke_transport()
[all …]
H A DdrvMassStor.c165 ms_usbhost_msg("No command allowed during disconnection\n"); in ms_usb_inquiry_data()
170 ms_usbhost_msg("UNKNOWN data direction\n"); in ms_usb_inquiry_data()
175 ms_usbhost_msg("Faking INQUIRY command\n"); in ms_usb_inquiry_data()
243 ms_usbhost_msg("SCSI command aborted\n"); in ms_usb_msc_control_thread()
265 ms_usbhost_msg("[ms_usb_associate_dev] Allocating failed\n"); in ms_usb_associate_dev()
274 ms_usbhost_msg("[ms_usb_get_device_info] Vendor: %s\n", unusual_dev->vendorName); in ms_usb_set_subclass()
296 ms_usbhost_msg("[ms_usb_get_device_info] Product: %s\n", unusual_dev->productName); in ms_usb_set_protocol()
332 ms_usbhost_msg("CB Protocol\n"); in ms_usb_get_transport()
343 ms_usbhost_msg("Not support CBI Protocol..\n"); in ms_usb_get_transport()
357 ms_usbhost_msg("RBC Subclass\n"); in ms_usb_get_protocol()
[all …]
H A DdrvHub.c294ms_usbhost_msg ("%d port%s detected\n", ms_dev->u32MaxChild, (ms_dev->u32MaxChild == 1) ? "" : "s"… in ms_hub_configure()
307 ms_usbhost_msg("compound device; port removable status: %s\n", portstr); in ms_hub_configure()
507 ms_usbhost_msg("hub nested too deep, level = %d\n", MAX_HUB_TOPO_LEVEL); in ms_hub_probe()
536 ms_usbhost_msg ("USB hub found\n"); in ms_hub_probe()
576 ms_usbhost_msg("\nhub reset\n"); in ms_hub_reset()
586 ms_usbhost_msg("hub_reset: unlink urb\n"); in ms_hub_reset()
708 ms_usbhost_msg("::Device Speed is %s\n", ms_portspeed(u16Portstatus)); in ms_hub_port_wait_reset()
904 ms_usbhost_msg("hub_port_connect_change ===%s===>\t", in ms_hub_port_connect_change()
906 ms_usbhost_msg("port %d, status %x, change %x\n", in ms_hub_port_connect_change()
1029 ms_usbhost_msg("new USB device on path usb:%s, assigned address %d\n", in ms_hub_port_connect_change()
[all …]
H A DdrvUSB.c288 ms_usbhost_msg("deregistering driver %s\n", pUdriver->name); in ms_usb_deregister()
476 ms_usbhost_msg ("USB disconnect, address %d\n", pUdev->u32DevNum); in ms_usb_disconnect()
729ms_usbhost_msg("USB device manufacturer string (index %d) = %s\n", pUdev->descriptor.iManufacturer… in ms_usb_new_device()
743ms_usbhost_msg("USB device product string (index %d) = %s\n", pUdev->descriptor.iProduct, pUdev->p… in ms_usb_new_device()
757ms_usbhost_msg("USB device serial number string (index %d) = %s\n", pUdev->descriptor.iSerialNumbe… in ms_usb_new_device()
798ms_usbhost_msg("%s %s - registering interface %s\n", pUdev->dev.dev_name, pUdev->dev.bus_id, iface… in ms_usb_new_device()
H A DdrvUsbHostConfig.h578 #define ms_usbhost_msg ms_debug_msg macro
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvUsbcommon.h232 #define ms_usbhost_msg(fmt, arg...) \ macro
235 #define ms_usbhost_msg(...) macro