Searched refs:UDCDBG (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | designware_udc.c | 23 #define UDCDBG(str) macro 26 #define UDCDBG(str) serial_printf(str "\n") macro 308 UDCDBG("-> Entering device setup"); in dw_udc_setup() 315 UDCDBG("can't parse setup packet, still waiting for setup"); in dw_udc_setup() 322 UDCDBG("control write on EP0"); in dw_udc_setup() 325 UDCDBG("Stalling unsupported EP0 control write data " in dw_udc_setup() 331 UDCDBG("control read on EP0"); in dw_udc_setup() 351 UDCDBG("<- Leaving device setup"); in dw_udc_setup() 361 UDCDBG("RX on EP0"); in dw_udc_ep0_rx() 374 UDCDBG("Stalling unexpected EP0 control write " in dw_udc_ep0_rx() [all …]
|
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 417 UDCDBG(vhub, "USB status=%08x speed=%s\n", ustat, in ast_vhub_std_hub_request() 535 UDCDBG(vhub, "Waking up host !\n"); in ast_vhub_send_host_wakeup() 639 UDCDBG(vhub, "Unsupported speed %d when" in ast_vhub_port_reset() 816 UDCDBG(vhub, "USB bus suspend\n"); in ast_vhub_hub_suspend() 839 UDCDBG(vhub, "USB bus resume\n"); in ast_vhub_hub_resume() 862 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
|
H A D | core.c | 172 UDCDBG(vhub,"(Re)Starting HW ...\n"); in ast_vhub_init_hw() 336 UDCDBG(vhub, "vHub@%pR mapped @%p\n", res, vhub->regs); in ast_vhub_probe()
|