Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/dwc3/
Dep0.c61 dev_vdbg(dwc->dev, "%s still busy", dep->name); in dwc3_ep0_start_trans()
238 dev_vdbg(dwc->dev, "queueing request %p to %s length %d state '%s'", in dwc3_gadget_ep0_queue()
697 dev_vdbg(dwc->dev, "USB_REQ_GET_STATUS"); in dwc3_ep0_std_request()
701 dev_vdbg(dwc->dev, "USB_REQ_CLEAR_FEATURE"); in dwc3_ep0_std_request()
705 dev_vdbg(dwc->dev, "USB_REQ_SET_FEATURE"); in dwc3_ep0_std_request()
709 dev_vdbg(dwc->dev, "USB_REQ_SET_ADDRESS"); in dwc3_ep0_std_request()
713 dev_vdbg(dwc->dev, "USB_REQ_SET_CONFIGURATION"); in dwc3_ep0_std_request()
717 dev_vdbg(dwc->dev, "USB_REQ_SET_SEL"); in dwc3_ep0_std_request()
721 dev_vdbg(dwc->dev, "USB_REQ_SET_ISOCH_DELAY"); in dwc3_ep0_std_request()
725 dev_vdbg(dwc->dev, "Forwarding to gadget driver"); in dwc3_ep0_std_request()
[all …]
Dgadget.c136 dev_vdbg(dwc->dev, "link state change request timed out\n"); in dwc3_gadget_set_link_state()
214 dev_vdbg(dwc->dev, "%s: Fifo Addr %04x Size %d\n", in dwc3_gadget_resize_tx_fifos()
278 dev_vdbg(dwc->dev, "Command Complete --> %d\n", in dwc3_send_gadget_generic_command()
308 dev_vdbg(dwc->dev, "Command Complete --> %d\n", in dwc3_send_gadget_ep_cmd()
475 dev_vdbg(dwc->dev, "Enabling %s\n", dep->name); in __dwc3_gadget_ep_enable()
707 dev_vdbg(dwc->dev, "%s: req %p dma %08llx length %d%s%s\n", in dwc3_prepare_one_trb()
862 dev_vdbg(dwc->dev, "%s: endpoint busy\n", dep->name); in __dwc3_gadget_kick_transfer()
933 dev_vdbg(dwc->dev, "ISOC ep %s run out for requests.\n", in __dwc3_gadget_start_isoc()
1086 dev_vdbg(dwc->dev, "queing request %p to %s length %d\n", in dwc3_gadget_ep_queue()
1397 dev_vdbg(dwc->dev, "gadget %s data soft-%s\n", in dwc3_gadget_run_stop()
[all …]
Dcore.c315 dev_vdbg(dwc->dev, "found %d IN and %d OUT endpoints\n", in dwc3_core_num_eps()
/external/u-boot/include/dm/
Ddevice.h981 #ifdef dev_vdbg
982 #undef dev_vdbg
1036 #define dev_vdbg dev_dbg macro
1038 #define dev_vdbg(dev, fmt, ...) \ macro
/external/u-boot/include/linux/
Dcompat.h22 #ifdef dev_vdbg
23 #undef dev_vdbg
37 #define dev_vdbg(dev, fmt, args...) \ macro
/external/u-boot/drivers/usb/gadget/udc/
Dudc-core.c258 dev_vdbg(gadget->dev.parent, "unregistering gadget\n"); in usb_del_gadget_udc()
/external/u-boot/drivers/usb/musb-new/
Dmusb_gadget.c130 dev_vdbg(musb->controller, in unmap_dma_buffer()
520 dev_vdbg(musb->controller, "underrun on ep%d, req %p\n", in musb_g_tx()