Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h158 # define UDC_DEBUG DBG_VERBOSE macro
160 # define UDC_DEBUG DBG_NORMAL macro
239 #define UDC_DEBUG ((unsigned)0) macro
243 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0)
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h151 # define UDC_DEBUG DBG_VERBOSE macro
153 # define UDC_DEBUG DBG_NORMAL macro
232 #define UDC_DEBUG ((unsigned)0) macro
236 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0)

Completed in 2 milliseconds