Searched refs:DDBG (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/gadget/udc/aspeed-vhub/ |
D | dev.c | 118 DDBG(d, "%s_FEATURE(dev val=%02x)\n", in ast_vhub_dev_feature() 136 DDBG(d, "%s_FEATURE(ep%d val=%02x)\n", in ast_vhub_ep_feature() 153 DDBG(d, "%s stall on EP %d\n", in ast_vhub_ep_feature() 166 DDBG(d, "GET_STATUS(dev)\n"); in ast_vhub_dev_status() 182 DDBG(d, "GET_STATUS(ep%d)\n", ep_num); in ast_vhub_ep_status() 204 DDBG(d, "SET_ADDRESS: Got address %x\n", addr); in ast_vhub_dev_set_address() 237 DDBG(d, "fist packet, captured speed %d\n", in ast_vhub_std_dev_request() 281 DDBG(d, "Device initiated wakeup\n"); in ast_vhub_udc_wakeup() 316 DDBG(d, "pullup(%d)\n", on); in ast_vhub_udc_pullup() 343 DDBG(d, "start\n"); in ast_vhub_udc_start() [all …]
|
D | vhub.h | 454 #define DDBG(d, fmt, ...) do { \ macro 462 #define DDBG(d, fmt, ...) do { } while(0) macro
|
D | hub.c | 438 DDBG(&p->dev, "port %d status %04x -> %04x (C=%d)\n", in ast_vhub_change_port_stat()
|
D | epn.c | 816 DDBG(d, "Allocating gen EP %d for addr %d\n", i, addr); in ast_vhub_alloc_epn()
|