Searched refs:UDC_DBG (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/usb/gadget/udc/ |
D | aspeed_udc.c | 255 #define UDC_DBG(u, fmt, ...) \ macro 258 #define UDC_DBG(u, fmt, ...) macro 1230 UDC_DBG(udc, "Wakeup Host !\n"); in ast_udc_wake_work() 1256 UDC_DBG(udc, "Remote Wakeup is disabled\n"); in ast_udc_wakeup() 1261 UDC_DBG(udc, "Device initiated wakeup\n"); in ast_udc_wakeup() 1280 UDC_DBG(udc, "is_on: %d\n", is_on); in ast_udc_pullup() 1303 UDC_DBG(udc, "\n"); in ast_udc_start() 1325 UDC_DBG(udc, "\n"); in ast_udc_stop()
|