Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dep0.c60 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 …]
H A Dgadget.c135 dev_vdbg(dwc->dev, "link state change request timed out\n"); in dwc3_gadget_set_link_state()
213 dev_vdbg(dwc->dev, "%s: Fifo Addr %04x Size %d\n", in dwc3_gadget_resize_tx_fifos()
276 dev_vdbg(dwc->dev, "Command Complete --> %d\n", in dwc3_send_gadget_generic_command()
306 dev_vdbg(dwc->dev, "Command Complete --> %d\n", in dwc3_send_gadget_ep_cmd()
473 dev_vdbg(dwc->dev, "Enabling %s\n", dep->name); in __dwc3_gadget_ep_enable()
705 dev_vdbg(dwc->dev, "%s: req %p dma %08llx length %d%s%s\n", in dwc3_prepare_one_trb()
860 dev_vdbg(dwc->dev, "%s: endpoint busy\n", dep->name); in __dwc3_gadget_kick_transfer()
931 dev_vdbg(dwc->dev, "ISOC ep %s run out for requests.\n", in __dwc3_gadget_start_isoc()
1084 dev_vdbg(dwc->dev, "queing request %p to %s length %d\n", in dwc3_gadget_ep_queue()
1395 dev_vdbg(dwc->dev, "gadget %s data soft-%s\n", in dwc3_gadget_run_stop()
[all …]
H A Dcore.c314 dev_vdbg(dwc->dev, "found %d IN and %d OUT endpoints\n", in dwc3_core_num_eps()
/openbmc/u-boot/include/dm/
H A Ddevice.h960 #ifdef dev_vdbg
961 #undef dev_vdbg
1015 #define dev_vdbg dev_dbg macro
1017 #define dev_vdbg(dev, fmt, ...) \ macro
/openbmc/u-boot/include/linux/
H A Dcompat.h22 #ifdef dev_vdbg
23 #undef dev_vdbg
37 #define dev_vdbg(dev, fmt, args...) \ macro
/openbmc/u-boot/drivers/usb/gadget/udc/
H A Dudc-core.c258 dev_vdbg(gadget->dev.parent, "unregistering gadget\n"); in usb_del_gadget_udc()
/openbmc/u-boot/drivers/usb/musb-new/
H A 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()