Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A 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()
701 dev_vdbg(dwc->dev, "USB_REQ_GET_STATUS"); in dwc3_ep0_std_request()
705 dev_vdbg(dwc->dev, "USB_REQ_CLEAR_FEATURE"); in dwc3_ep0_std_request()
709 dev_vdbg(dwc->dev, "USB_REQ_SET_FEATURE"); in dwc3_ep0_std_request()
713 dev_vdbg(dwc->dev, "USB_REQ_SET_ADDRESS"); in dwc3_ep0_std_request()
717 dev_vdbg(dwc->dev, "USB_REQ_SET_CONFIGURATION"); in dwc3_ep0_std_request()
721 dev_vdbg(dwc->dev, "USB_REQ_SET_SEL"); in dwc3_ep0_std_request()
725 dev_vdbg(dwc->dev, "USB_REQ_SET_ISOCH_DELAY"); in dwc3_ep0_std_request()
729 dev_vdbg(dwc->dev, "Forwarding to gadget driver"); in dwc3_ep0_std_request()
[all …]
H A 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()
874 dev_vdbg(dwc->dev, "%s: endpoint busy\n", dep->name); in __dwc3_gadget_kick_transfer()
945 dev_vdbg(dwc->dev, "ISOC ep %s run out for requests.\n", in __dwc3_gadget_start_isoc()
1098 dev_vdbg(dwc->dev, "queing request %p to %s length %d\n", in dwc3_gadget_ep_queue()
1409 dev_vdbg(dwc->dev, "gadget %s data soft-%s\n", in dwc3_gadget_run_stop()
[all …]
H A Dcore.c319 dev_vdbg(dwc->dev, "found %d IN and %d OUT endpoints\n", in dwc3_core_num_eps()
/rk3399_rockchip-uboot/include/linux/
H A Dcompat.h23 #ifdef dev_vdbg
24 #undef dev_vdbg
38 #define dev_vdbg(dev, fmt, args...) \ macro
/rk3399_rockchip-uboot/include/dm/
H A Ddevice.h893 #ifdef dev_vdbg
894 #undef dev_vdbg
948 #define dev_vdbg dev_dbg macro
950 #define dev_vdbg(dev, fmt, ...) \ macro
/rk3399_rockchip-uboot/drivers/usb/gadget/udc/
H A Dudc-core.c259 dev_vdbg(gadget->dev.parent, "unregistering gadget\n"); in usb_del_gadget_udc()
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_gadget.c131 dev_vdbg(musb->controller, in unmap_dma_buffer()
521 dev_vdbg(musb->controller, "underrun on ep%d, req %p\n", in musb_g_tx()