Home
last modified time | relevance | path

Searched refs:UDC_DEBUG (Results 1 – 1 of 1) sorted by relevance

/drivers/usb/gadget/udc/
Dpxa25x_udc.h162 # define UDC_DEBUG DBG_VERBOSE macro
164 # define UDC_DEBUG DBG_NORMAL macro
241 #define UDC_DEBUG ((unsigned)0) macro
245 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0)