Searched refs:DBG_ERR (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/usb/gadget/udc/ |
D | atmel_usba_udc.h | 216 #define DBG_ERR 0x0001 /* report all error returns */ macro 228 #define DEBUG_LEVEL (DBG_ERR)
|
D | atmel_usba_udc.c | 590 DBG(DBG_ERR, "ep_enable: Invalid argument"); in usba_ep_enable() 597 DBG(DBG_ERR, "%s: EPT_CFG = 0x%lx (maxpacket = %lu)\n", in usba_ep_enable() 611 DBG(DBG_ERR, "ep_enable: %s is not isoc capable\n", in usba_ep_enable() 679 DBG(DBG_ERR, "ep_disable: %s not enabled\n", ep->ep.name); in usba_ep_disable() 740 DBG(DBG_ERR, "invalid request length %u\n", req->req.length); in queue_dma() 931 DBG(DBG_ERR, "Attempted to halt uninitialized ep %s\n", in usba_ep_set_halt() 936 DBG(DBG_ERR, "Attempted to halt isochronous ep %s\n", in usba_ep_set_halt()
|