Searched refs:DBG_VERBOSE (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/gadget/udc/ |
| H A D | pxa25x_udc.c | 466 DBG(DBG_VERBOSE, "enabled %s\n", _ep->name); in pxa25x_ep_enable() 492 DBG(DBG_VERBOSE, "%s disabled\n", _ep->name); in pxa25x_ep_disable() 550 DBG(DBG_VERBOSE, "complete %s req %p stat %d len %u/%u\n", in done() 894 DBG(DBG_VERBOSE, "ep0 config ack%s\n", in pxa25x_ep_queue() 1046 DBG(DBG_VERBOSE, "%s halt\n", _ep->name); in pxa25x_ep_set_halt() 1584 DBG(DBG_VERBOSE, "ep0 re-stall\n"); in udc_watchdog() 1646 DBG(DBG_VERBOSE, "SETUP %02x.%02x v%04x i%04x l%04x\n", in handle_ep0() 1717 DBG(DBG_VERBOSE, "protocol STALL, " in handle_ep0() 1747 DBG(DBG_VERBOSE, "e131\n"); in handle_ep0() 1771 DBG(DBG_VERBOSE, "ep0in premature status\n"); in handle_ep0() [all …]
|
| H A D | pxa25x_udc.h | 136 #define DBG_VERBOSE 2 /* add some success path trace info */ macro 151 # define UDC_DEBUG DBG_VERBOSE
|