Searched refs:EP_DBG (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/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 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() 510 EP_DBG(ep, "descs[%d]: 0x%x 0x%x\n", in ast_dma_descriptor_setup() 661 EP_DBG(ep, "enqueue req @%p\n", req); in ast_udc_ep_queue() 728 EP_DBG(ep, "val:%d\n", value); in ast_udc_ep_set_halt() 974 EP_DBG(ep, "More requests\n"); in ast_udc_epn_handle_desc() 1021 EP_DBG(ep, "status: 0x%x\n", status); in ast_udc_getstatus() 1027 EP_DBG(ep, "Can't respond request\n"); in ast_udc_getstatus() [all …]
|