Searched refs:UDCDBG (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | designware_udc.c | 24 #define UDCDBG(str) macro 27 #define UDCDBG(str) serial_printf(str "\n") macro 309 UDCDBG("-> Entering device setup"); in dw_udc_setup() 316 UDCDBG("can't parse setup packet, still waiting for setup"); in dw_udc_setup() 323 UDCDBG("control write on EP0"); in dw_udc_setup() 326 UDCDBG("Stalling unsupported EP0 control write data " in dw_udc_setup() 332 UDCDBG("control read on EP0"); in dw_udc_setup() 352 UDCDBG("<- Leaving device setup"); in dw_udc_setup() 362 UDCDBG("RX on EP0"); in dw_udc_ep0_rx() 375 UDCDBG("Stalling unexpected EP0 control write " in dw_udc_ep0_rx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | hub.c | 394 UDCDBG(vhub, "USB status=%08x speed=%s\n", ustat, in ast_vhub_std_hub_request() 510 UDCDBG(vhub, "Waking up host !\n"); in ast_vhub_send_host_wakeup() 614 UDCDBG(vhub, "Unsupported speed %d when" in ast_vhub_port_reset() 791 UDCDBG(vhub, "USB bus suspend\n"); in ast_vhub_hub_suspend() 814 UDCDBG(vhub, "USB bus resume\n"); in ast_vhub_hub_resume() 837 UDCDBG(vhub, "USB bus reset\n"); in ast_vhub_hub_reset()
|
| H A D | vhub.h | 461 #define UDCDBG(u, fmt...) dev_dbg(&(u)->pdev->dev, fmt) macro 476 #define UDCDBG(u, fmt...) do { } while(0) macro
|
| H A D | core.c | 178 UDCDBG(vhub,"(Re)Starting HW ...\n"); in ast_vhub_init_hw() 345 UDCDBG(vhub, "vHub@%pR mapped @%p\n", res, vhub->regs); in ast_vhub_probe()
|