Searched refs:usb_err (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvConfig.c | 106 usb_err("ran out of descriptors parsing%s",""); in usb_parse_endpoint() 157 usb_err("invalid descriptor length of %d", header->bLength); in usb_parse_endpoint() 197 usb_err("couldn't allocate memory for endpoint extra descriptors%s",""); in usb_parse_endpoint() 254 usb_err("failed to alloc altsetting%s",""); in usb_parse_interface() 293 usb_err("failed to kmalloc interface->altsetting%s",""); in usb_parse_interface() 320 usb_err("invalid descriptor len of %d", header->bLength); in usb_parse_interface() 345 usb_err("couldn't allocate memory for interface extra descriptors%s",""); in usb_parse_interface() 372 usb_err("out of memory%s",""); in usb_parse_interface() 383 usb_err("ran out of descriptors parsing%s",""); in usb_parse_interface() 437 usb_err("out of memory%s",""); in usb_parse_configuration() [all …]
|
| H A D | drvHub.c | 1041 usb_err("hcd->state=%d\n",hcd->state); in hub_irq() 3253 usb_err("couldn't kmalloc hub struct%s",""); in hub_probe() 3709 usb_err("cannot disconnect hub %s", dev->devpath); in hub_start_disconnect() 7313 usb_err("Unable to register USB hub driver%s",""); in usb_hub_init() 7427 usb_err("failed to start hub_thread%s",""); in usb_hub_init() 7836 usb_err("attempting to reset root hub!%s",""); in usb_physical_reset_device() 8153 usb_err("USB device not accepting new address (error=%d)", ret); in usb_physical_reset_device() 8376 usb_err("unable to get device %s descriptor " in usb_physical_reset_device() 8380 usb_err("USB device %s descriptor short read " in usb_physical_reset_device() 8392 usb_err("unable to get configuration (error=%d)", ret); in usb_physical_reset_device() [all …]
|
| H A D | drvUSB.c | 525 usb_err("problem %d when registering driver %s", in usb_register() 2956 usb_err("invalid descriptor length of %d", header->bLength); in __usb_get_extra_descriptor()
|
| H A D | drvEhciHcd.c | 537 usb_err("Cannot stop scheduler%s","\n"); in ehci_ready() 1345 …usb_err("Not only cantain one qHD (%p and %p)in asyn. scheduler",ehci->async->qh_next.qh,ehci->asy… in ehci_hub_control() 8803 usb_err ("can't reschedule qh %p, err %d", in ehci_urb_dequeue() 9278 usb_err("Register ISR fail%s",""); in usb_hcd_cpe_ehci_probe()
|
| H A D | drvURB.c | 119 usb_err("alloc_urb: kmalloc failed%s",""); in usb_alloc_urb()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB.h | 761 #define usb_err(format, ...) printk(format, __VA_ARGS__) macro
|