Searched refs:dev_vdbg (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/drivers/usb/dwc3/ |
D | ep0.c | 60 dev_vdbg(dwc->dev, "%s still busy", dep->name); in dwc3_ep0_start_trans() 237 dev_vdbg(dwc->dev, "queueing request %p to %s length %d state '%s'", in dwc3_gadget_ep0_queue() 696 dev_vdbg(dwc->dev, "USB_REQ_GET_STATUS"); in dwc3_ep0_std_request() 700 dev_vdbg(dwc->dev, "USB_REQ_CLEAR_FEATURE"); in dwc3_ep0_std_request() 704 dev_vdbg(dwc->dev, "USB_REQ_SET_FEATURE"); in dwc3_ep0_std_request() 708 dev_vdbg(dwc->dev, "USB_REQ_SET_ADDRESS"); in dwc3_ep0_std_request() 712 dev_vdbg(dwc->dev, "USB_REQ_SET_CONFIGURATION"); in dwc3_ep0_std_request() 716 dev_vdbg(dwc->dev, "USB_REQ_SET_SEL"); in dwc3_ep0_std_request() 720 dev_vdbg(dwc->dev, "USB_REQ_SET_ISOCH_DELAY"); in dwc3_ep0_std_request() 724 dev_vdbg(dwc->dev, "Forwarding to gadget driver"); in dwc3_ep0_std_request() [all …]
|
D | gadget.c | 136 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() 277 dev_vdbg(dwc->dev, "Command Complete --> %d\n", in dwc3_send_gadget_generic_command() 307 dev_vdbg(dwc->dev, "Command Complete --> %d\n", in dwc3_send_gadget_ep_cmd() 474 dev_vdbg(dwc->dev, "Enabling %s\n", dep->name); in __dwc3_gadget_ep_enable() 706 dev_vdbg(dwc->dev, "%s: req %p dma %08llx length %d%s%s\n", in dwc3_prepare_one_trb() 861 dev_vdbg(dwc->dev, "%s: endpoint busy\n", dep->name); in __dwc3_gadget_kick_transfer() 932 dev_vdbg(dwc->dev, "ISOC ep %s run out for requests.\n", in __dwc3_gadget_start_isoc() 1085 dev_vdbg(dwc->dev, "queing request %p to %s length %d\n", in dwc3_gadget_ep_queue() 1396 dev_vdbg(dwc->dev, "gadget %s data soft-%s\n", in dwc3_gadget_run_stop() [all …]
|
D | core.c | 314 dev_vdbg(dwc->dev, "found %d IN and %d OUT endpoints\n", in dwc3_core_num_eps()
|
/external/u-boot/include/dm/ |
D | device.h | 889 #ifdef dev_vdbg 890 #undef dev_vdbg 944 #define dev_vdbg dev_dbg macro 946 #define dev_vdbg(dev, fmt, ...) \ macro
|
/external/u-boot/include/linux/ |
D | compat.h | 22 #ifdef dev_vdbg 23 #undef dev_vdbg 37 #define dev_vdbg(dev, fmt, args...) \ macro
|
/external/u-boot/drivers/usb/gadget/udc/ |
D | udc-core.c | 257 dev_vdbg(gadget->dev.parent, "unregistering gadget\n"); in usb_del_gadget_udc()
|
/external/u-boot/drivers/usb/musb-new/ |
D | musb_gadget.c | 130 dev_vdbg(musb->controller, in unmap_dma_buffer() 520 dev_vdbg(musb->controller, "underrun on ep%d, req %p\n", in musb_g_tx()
|