Searched refs:DDBG (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/usb/gadget/udc/aspeed-vhub/ |
| D | dev.c | 113 DDBG(d, "%s_FEATURE(dev val=%02x)\n", in ast_vhub_dev_feature() 131 DDBG(d, "%s_FEATURE(ep%d val=%02x)\n", in ast_vhub_ep_feature() 148 DDBG(d, "%s stall on EP %d\n", in ast_vhub_ep_feature() 161 DDBG(d, "GET_STATUS(dev)\n"); in ast_vhub_dev_status() 177 DDBG(d, "GET_STATUS(ep%d)\n", ep_num); in ast_vhub_ep_status() 199 DDBG(d, "SET_ADDRESS: Got address %x\n", addr); in ast_vhub_dev_set_address() 232 DDBG(d, "fist packet, captured speed %d\n", in ast_vhub_std_dev_request() 276 DDBG(d, "Device initiated wakeup\n"); in ast_vhub_udc_wakeup() 311 DDBG(d, "pullup(%d)\n", on); in ast_vhub_udc_pullup() 338 DDBG(d, "start\n"); in ast_vhub_udc_start() [all …]
|
| D | vhub.h | 470 #define DDBG(d, fmt, ...) do { \ macro 478 #define DDBG(d, fmt, ...) do { } while(0) macro
|
| D | epn.c | 814 DDBG(d, "Allocating gen EP %d for addr %d\n", i, addr); in ast_vhub_alloc_epn()
|
| D | hub.c | 475 DDBG(&p->dev, "port %d status %04x -> %04x (C=%d)\n", in ast_vhub_change_port_stat()
|