Searched refs:ep_err (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/usb/gadget/udc/ |
D | pxa27x_udc.c | 1100 ep_err(ep, "refusing to queue req %p (already queued)\n", req); in pxa_ep_queue() 1117 ep_err(ep, "got a request of %d bytes while" in pxa_ep_queue() 1136 ep_err(ep, "odd state %s to send me a request\n", in pxa_ep_queue() 1345 ep_err(ep, "type mismatch\n"); in pxa_ep_enable() 1350 ep_err(ep, "bad maxpacket\n"); in pxa_ep_enable() 1358 ep_err(ep, "bogus device state\n"); in pxa_ep_enable() 1852 ep_err(ep, "wrong to have extra bytes for setup : 0x%08x\n", i); in handle_ep0_ctrl_req()
|
D | net2280.h | 326 #define ep_err(ndev, fmt, args...) \ macro
|
D | lpc32xx_udc.c | 190 #define ep_err(epp, fmt, arg...) \ macro 2002 ep_err(ep, "DMA interrupt on no req!\n"); in udc_handle_dma_ep() 2021 ep_err(ep, "AHB critical error!\n"); in udc_handle_dma_ep() 2037 ep_err(ep, "DMA critical EP error: DD not serviced (0x%x)!\n", in udc_handle_dma_ep() 2046 ep_err(ep, "DMA critical EP error: EOT prior to service completion (0x%x)!\n", in udc_handle_dma_ep() 2060 ep_err(ep, "DMA critical EP error: System error (0x%x)!\n", in udc_handle_dma_ep()
|
D | pxa27x_udc.h | 495 #define ep_err(ep, fmt, arg...) \ macro
|
D | net2280.c | 750 ep_err(ep->dev, in read_fifo() 2824 ep_err(dev, "FAIL: Defect 7374 workaround waited but failed " in defect7374_workaround() 2826 ep_err(dev, "PL_EP_STATUS_1(23:16):.Expected from 0x11 to 0x16" in defect7374_workaround() 3518 ep_err(dev, "pci dma error; stat %08x\n", stat); in handle_stat1_irqs() 3708 ep_err(dev, "No IRQ. Check PCI setup!\n"); in net2280_probe() 3715 ep_err(dev, "Failed to enable MSI mode\n"); in net2280_probe() 3719 ep_err(dev, "request interrupt %d failed\n", pdev->irq); in net2280_probe()
|