Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/udc/
Daspeed_udc.c247 #define EP_DBG(e, fmt, ...) \ macro
251 #define EP_DBG(ep, fmt, ...) ((void)(ep)) macro
286 EP_DBG(ep, "req @%p, len (%d/%d), buf:0x%x, dir:0x%x\n", in ast_udc_done()
298 EP_DBG(ep, "done req:%p, status:%d\n", req, status); in ast_udc_done()
319 EP_DBG(ep, "Nuked %d request(s)\n", count); in ast_udc_nuke()
355 EP_DBG(ep, "Failed, invalid EP enable param\n"); in ast_udc_ep_enable()
360 EP_DBG(ep, "bogus device state\n"); in ast_udc_ep_enable()
364 EP_DBG(ep, "maxpacket:0x%x\n", maxpacket); in ast_udc_ep_enable()
384 EP_DBG(ep, "type %d, dir_in %d\n", type, dir_in); in ast_udc_ep_enable()
423 EP_DBG(ep, "ep_config: 0x%x\n", ast_ep_read(ep, AST_UDC_EP_CONFIG)); in ast_udc_ep_enable()
[all …]