Searched refs:DDBG (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/usb/gadget/udc/aspeed-vhub/ |
D | dev.c | 115 DDBG(d, "%s_FEATURE(dev val=%02x)\n", in ast_vhub_dev_feature() 142 DDBG(d, "%s_FEATURE(ep%d val=%02x)\n", in ast_vhub_ep_feature() 159 DDBG(d, "%s stall on EP %d\n", in ast_vhub_ep_feature() 172 DDBG(d, "GET_STATUS(dev)\n"); in ast_vhub_dev_status() 188 DDBG(d, "GET_STATUS(ep%d)\n", ep_num); in ast_vhub_ep_status() 210 DDBG(d, "SET_ADDRESS: Got address %x\n", addr); in ast_vhub_dev_set_address() 243 DDBG(d, "fist packet, captured speed %d\n", in ast_vhub_std_dev_request() 287 DDBG(d, "Device initiated wakeup\n"); in ast_vhub_udc_wakeup() 322 DDBG(d, "pullup(%d)\n", on); in ast_vhub_udc_pullup() 349 DDBG(d, "start\n"); in ast_vhub_udc_start() [all …]
|
D | vhub.h | 471 #define DDBG(d, fmt, ...) do { \ macro 479 #define DDBG(d, fmt, ...) do { } while(0) macro
|
D | epn.c | 816 DDBG(d, "Allocating gen EP %d for addr %d\n", i, addr); in ast_vhub_alloc_epn()
|
D | hub.c | 506 DDBG(&p->dev, "port %d status %04x -> %04x (C=%d)\n", in ast_vhub_change_port_stat()
|