Searched refs:dev_vdbg (Results 1 – 8 of 8) sorted by relevance
/u-boot/drivers/usb/dwc3/ |
A D | ep0.c | 64 dev_vdbg(dwc->dev, "%s still busy", dep->name); in dwc3_ep0_start_trans() 700 dev_vdbg(dwc->dev, "USB_REQ_GET_STATUS"); in dwc3_ep0_std_request() 708 dev_vdbg(dwc->dev, "USB_REQ_SET_FEATURE"); in dwc3_ep0_std_request() 712 dev_vdbg(dwc->dev, "USB_REQ_SET_ADDRESS"); in dwc3_ep0_std_request() 720 dev_vdbg(dwc->dev, "USB_REQ_SET_SEL"); in dwc3_ep0_std_request() 914 dev_vdbg(dwc->dev, "Setup Phase"); in dwc3_ep0_xfer_complete() 919 dev_vdbg(dwc->dev, "Data Phase"); in dwc3_ep0_xfer_complete() 924 dev_vdbg(dwc->dev, "Status Phase"); in dwc3_ep0_xfer_complete() 1050 dev_vdbg(dwc->dev, "Control Data"); in dwc3_ep0_xfernotready() 1076 dev_vdbg(dwc->dev, "Control Status"); in dwc3_ep0_xfernotready() [all …]
|
A D | gadget.c | 219 dev_vdbg(dwc->dev, "%s: Fifo Addr %04x Size %d\n", in dwc3_gadget_resize_tx_fifos() 283 dev_vdbg(dwc->dev, "Command Complete --> %d\n", in dwc3_send_gadget_generic_command() 313 dev_vdbg(dwc->dev, "Command Complete --> %d\n", in dwc3_send_gadget_ep_cmd() 480 dev_vdbg(dwc->dev, "Enabling %s\n", dep->name); in __dwc3_gadget_ep_enable() 1402 dev_vdbg(dwc->dev, "gadget %s data soft-%s\n", in dwc3_gadget_run_stop() 1877 dev_vdbg(dwc->dev, "%s: reason %s\n", in dwc3_endpoint_interrupt() 2410 dev_vdbg(dwc->dev, "End of Periodic Frame\n"); in dwc3_gadget_interrupt() 2413 dev_vdbg(dwc->dev, "Start of Periodic Frame\n"); in dwc3_gadget_interrupt() 2416 dev_vdbg(dwc->dev, "Erratic Error\n"); in dwc3_gadget_interrupt() 2419 dev_vdbg(dwc->dev, "Command Complete\n"); in dwc3_gadget_interrupt() [all …]
|
A D | core.c | 320 dev_vdbg(dwc->dev, "found %d IN and %d OUT endpoints\n", in dwc3_core_num_eps()
|
/u-boot/include/dm/ |
A D | device_compat.h | 118 #define dev_vdbg(dev, fmt, ...) \ macro
|
/u-boot/drivers/usb/gadget/udc/ |
A D | udc-core.c | 260 dev_vdbg(gadget->dev.parent, "unregistering gadget\n"); in usb_del_gadget_udc()
|
/u-boot/drivers/spi/ |
A D | atmel-quadspi.c | 230 dev_vdbg(aq->dev, "read 0x%08x from %s\n", value, in atmel_qspi_read() 242 dev_vdbg(aq->dev, "write 0x%08x into %s\n", value, in atmel_qspi_write()
|
/u-boot/drivers/usb/musb-new/ |
A D | musb_gadget.c | 136 dev_vdbg(musb->controller, in unmap_dma_buffer() 526 dev_vdbg(musb->controller, "underrun on ep%d, req %p\n", in musb_g_tx()
|
/u-boot/drivers/clk/ |
A D | clk_stm32mp1.c | 1195 dev_vdbg(clk->dev, "computed rate for id clock %d is %d (parent is %s)\n", in stm32mp1_clk_get_rate() 2153 dev_vdbg(clk->dev, "parent = %d:%s\n", p, stm32mp1_clk_parent_name[p]); in stm32mp1_clk_set_rate()
|
Completed in 25 milliseconds