Searched refs:ep_dbg (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/usb/gadget/udc/ |
D | pxa27x_udc.c | 482 ep_dbg(ep, "state=%s->%s, udccsr0=0x%03x, udcbcr=%d\n", old_stname, in set_ep0state() 672 ep_dbg(ep, "complete req %p stat %d len %u/%u\n", in req_done() 878 ep_dbg(ep, "read udccsr:%03x, count:%d bytes%s req %p %d/%d\n", in read_fifo() 952 ep_dbg(ep, "wrote count:%d bytes%s%s, left:%d req=%p\n", in write_fifo() 980 ep_dbg(ep, "read udccsr:%03x, count:%d bytes%s req %p %d/%d\n", in read_ep0_fifo() 1023 ep_dbg(ep, "in %d bytes%s%s, %d left, req=%p, udccsr0=0x%03x\n", in write_ep0_fifo() 1071 ep_dbg(ep, "bogus device state\n"); in pxa_ep_queue() 1086 ep_dbg(ep, "queue req %p(first=%s), len %d buf %p\n", in pxa_ep_queue() 1219 ep_dbg(ep, "only host can clear halt\n"); in pxa_ep_set_halt() 1288 ep_dbg(ep, "called while queue list not empty\n"); in pxa_ep_fifo_flush() [all …]
|
D | net2280.c | 347 ep_dbg(dev, "enabled %s (ep%d%s-%s) %s max %04x\n", in net2280_enable() 677 ep_dbg(ep->dev, "%s %s %08x !NAK\n", in out_flush() 1176 ep_dbg(ep->dev, in scan_dma_completions() 1271 ep_dbg(ep->dev, "%s: Request mismatch\n", __func__); in net2280_dequeue() 1278 ep_dbg(ep->dev, "unlink (%s) dma\n", _ep->name); in net2280_dequeue() 1289 ep_dbg(ep->dev, "unlink (%s) pio\n", _ep->name); in net2280_dequeue() 2650 ep_dbg(ep->dev, "%s escape stuck %d, count %u\n", in handle_ep_small() 2692 ep_dbg(ep->dev, "%s dma ep_stat %08x ??\n", in handle_ep_small() 3128 ep_dbg(dev, "%s\n", in handle_stat0_irqs() 3346 ep_dbg(dev, "unhandled irqstat0 %08x\n", stat); in handle_stat0_irqs() [all …]
|
D | net2280.h | 316 #define ep_dbg(ndev, fmt, args...) \ macro
|
D | pxa27x_udc.h | 487 #define ep_dbg(ep, fmt, arg...) \ macro
|
D | lpc32xx_udc.c | 187 #define ep_dbg(epp, fmt, arg...) \ macro 1415 ep_dbg(ep, "%s done %p, status %d\n", ep->ep.name, req, status); in done() 1678 ep_dbg(ep, "EP enabled: %s, HW:%d, MP:%d IN:%d\n", ep->ep.name, in lpc32xx_ep_enable() 1789 ep_dbg(ep, "%s queue req %p len %d buf %p (in=%d) z=%d\n", _ep->name, in lpc32xx_ep_queue()
|