Home
last modified time | relevance | path

Searched refs:dev_dbg (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHub.c898 dev_dbg (&hub->intf->dev, "transfer --> %d\n", urb->status); in hub_irq()
1499 dev_dbg(hubdev(interface_to_usbdev(hub->intf)), in hub_power_on()
1945 dev_dbg(hub_dev, "compound device; port removable status: %s\n", portstr); in hub_configure()
1947 dev_dbg(hub_dev, "standalone hub%s","\n"); in hub_configure()
1992 dev_dbg(hub_dev, "ganged power switching%s","\n"); in hub_configure()
1995 dev_dbg(hub_dev, "individual port power switching%s","\n"); in hub_configure()
1999 dev_dbg(hub_dev, "unknown reserved power switching mode%s","\n"); in hub_configure()
2071 dev_dbg(hub_dev, "global over-current protection%s","\n"); in hub_configure()
2074 dev_dbg(hub_dev, "individual port over-current protection%s","\n"); in hub_configure()
2078 dev_dbg(hub_dev, "no over-current protection%s","\n"); in hub_configure()
[all …]
H A DdrvHCD.c357 dev_dbg (hcd->controller, "no device features set yet%s","\n"); in rh_call_control()
467 dev_dbg (hcd->controller, "[root hub] device address %d\n", in rh_call_control()
511 dev_dbg (hcd->controller, "[no endpoint features yet]%s","\n"); in rh_call_control()
525 dev_dbg (hcd->controller, "[unsupported hub control message] (maxchild %d)\n", in rh_call_control()
532 dev_dbg (hcd->controller, "CTRL: TypeReq=0x%x val=0x%x idx=0x%x len=%d ==> %d\n", in rh_call_control()
596 dev_dbg (hcd->controller, in rh_status_urb()
844 dev_dbg (hcd->self.controller, "not queuing rh status urb\n"); in rh_queue_status()
1413 dev_dbg (&dev->dev, "bandwidth alloc increased by %d (%s) to %d for %d requesters\n", in usb_claim_bandwidth()
1461 dev_dbg (&dev->dev, "bandwidth alloc reduced by %d (%s) to %d for %d requesters\n", in usb_release_bandwidth()
1820 dev_dbg (hcd->controller, in unlink1()
[all …]
H A DdrvHub_2.c194 dev_dbg (&hub->intf->dev, "resetting for error %d\n", in hub_events_Port2()
198 dev_dbg (&hub->intf->dev, in hub_events_Port2()
266 dev_dbg (hubdev (dev), in hub_events_Port2()
335 dev_dbg (&hub->intf->dev, in hub_events_Port2()
401 dev_dbg (&hub->intf->dev, in hub_events_Port2()
464 dev_dbg (&hub->intf->dev, "power change%s","\n"); in hub_events_Port2()
468 dev_dbg (&hub->intf->dev, "overcurrent change%s","\n"); in hub_events_Port2()
H A DdrvEHCIDBG.cpp81 dev_dbg ((ehci)->hcd.controller , fmt , __VA_ARGS__ )
103 dev_dbg ((ehci)->hcd.controller, in dbg_hcs_params()
143 dev_dbg ((ehci)->hcd.controller, in dbg_hcc_params()
151 dev_dbg ((ehci)->hcd.controller, in dbg_hcc_params()
180 dev_dbg ((ehci)->hcd.controller, "%s qtd %p next%08x %08x token%08x buf=%08x\n", label, qtd, in dbg_qtd()
186 dev_dbg ((ehci)->hcd.controller, " buf1=%08x buf2=%08x buf3=%08x bufp4=%08x\n", in dbg_qtd()
195 dev_dbg ((ehci)->hcd.controller, "%s qh %p next%08x info %x %x qtd %x\n", label, in dbg_qh()
H A DdrvUSB.c256 dev_dbg(dev, "%s\n", __FUNCTION__); in usb_probe_interface()
263 dev_dbg (dev, "%s - got id\n", __FUNCTION__); in usb_probe_interface()
3091 dev_dbg (&dev->dev, "unregistering interface %s","\n"); in usb_disconnect()
3139 dev_dbg (&dev->dev, "unregistering device%s","\n"); in usb_disconnect()
H A DdrvEhciHcd.c2596 dev_dbg (&tt->dev, in qtd_copy_status()
9378 dev_dbg (hcd->controller, "halted; hcd not suspended%s","\n"); in usb_hcd_cpe_ehci_suspend()
9381 dev_dbg (hcd->controller, "hcd already suspended%s","\n"); in usb_hcd_cpe_ehci_suspend()
9387 dev_dbg (hcd->controller, "suspend fail, retval %d%s","\n", retval); in usb_hcd_cpe_ehci_suspend()
9397 dev_dbg (hcd->controller, "can't resume, not suspended!%s","\n"); in usb_hcd_cpe_ehci_resume()
9405 dev_dbg (hcd->controller, "resume fail, retval %d\n", retval); in usb_hcd_cpe_ehci_resume()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvDevice.h157 #define dev_dbg(dev, format, ...) \ macro
160 #define dev_dbg(dev, format, ...) do {} while (0) macro