Searched refs:DBG_VERBOSE (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/gadget/udc/ |
D | pxa25x_udc.c | 470 DBG(DBG_VERBOSE, "enabled %s\n", _ep->name); in pxa25x_ep_enable() 496 DBG(DBG_VERBOSE, "%s disabled\n", _ep->name); in pxa25x_ep_disable() 554 DBG(DBG_VERBOSE, "complete %s req %p stat %d len %u/%u\n", in done() 898 DBG(DBG_VERBOSE, "ep0 config ack%s\n", in pxa25x_ep_queue() 1047 DBG(DBG_VERBOSE, "%s halt\n", _ep->name); in pxa25x_ep_set_halt() 1622 DBG(DBG_VERBOSE, "ep0 re-stall\n"); in udc_watchdog() 1684 DBG(DBG_VERBOSE, "SETUP %02x.%02x v%04x i%04x l%04x\n", in handle_ep0() 1755 DBG(DBG_VERBOSE, "protocol STALL, " in handle_ep0() 1785 DBG(DBG_VERBOSE, "e131\n"); in handle_ep0() 1809 DBG(DBG_VERBOSE, "ep0in premature status\n"); in handle_ep0() [all …]
|
D | pxa25x_udc.h | 139 #define DBG_VERBOSE 2 /* add some success path trace info */ macro 154 # define UDC_DEBUG DBG_VERBOSE
|