Searched refs:EP_DBG (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | aspeed_udc.c | 247 #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(e in ast_udc_ep_enable() [all...] |
Completed in 2 milliseconds