Searched refs:UDCDBG (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 418 UDCDBG(vhub, "USB status=%08x speed=%s\n", ustat, in ast_vhub_std_hub_request() 536 UDCDBG(vhub, "Waking up host !\n"); in ast_vhub_send_host_wakeup() 640 UDCDBG(vhub, "Unsupported speed %d when" in ast_vhub_port_reset() 817 UDCDBG(vhub, "USB bus suspend\n"); in ast_vhub_hub_suspend() 840 UDCDBG(vhub, "USB bus resume\n"); in ast_vhub_hub_resume() 863 UDCDBG(vhub, "USB bus reset\n"); in ast_vhub_hub_reset()
|
H A D | vhub.h | 462 #define UDCDBG(u, fmt...) dev_dbg(&(u)->pdev->dev, fmt) macro 477 #define UDCDBG(u, fmt...) do { } while(0) macro
|