Searched refs:DDBG (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | dev.c | 114 DDBG(d, "%s_FEATURE(dev val=%02x)\n", in ast_vhub_dev_feature() 141 DDBG(d, "%s_FEATURE(ep%d val=%02x)\n", in ast_vhub_ep_feature() 158 DDBG(d, "%s stall on EP %d\n", in ast_vhub_ep_feature() 171 DDBG(d, "GET_STATUS(dev)\n"); in ast_vhub_dev_status() 187 DDBG(d, "GET_STATUS(ep%d)\n", ep_num); in ast_vhub_ep_status() 209 DDBG(d, "SET_ADDRESS: Got address %x\n", addr); in ast_vhub_dev_set_address() 242 DDBG(d, "fist packet, captured speed %d\n", in ast_vhub_std_dev_request() 286 DDBG(d, "Device initiated wakeup\n"); in ast_vhub_udc_wakeup() 321 DDBG(d, "pullup(%d)\n", on); in ast_vhub_udc_pullup() 348 DDBG(d, "start\n"); in ast_vhub_udc_start() [all …]
|
H A D | vhub.h | 471 #define DDBG(d, fmt, ...) do { \ macro 479 #define DDBG(d, fmt, ...) do { } while(0) macro
|
H A D | epn.c | 823 DDBG(d, "Allocating gen EP %d for addr %d\n", i, addr); in ast_vhub_alloc_epn()
|
H A D | hub.c | 505 DDBG(&p->dev, "port %d status %04x -> %04x (C=%d)\n", in ast_vhub_change_port_stat()
|