Searched refs:wi_usbdebug (Results 1 – 1 of 1) sorted by relevance
113 #define DPRINTF(x) do { if (wi_usbdebug) logprintf x; } while (0)114 #define DPRINTFN(n,x) do { if (wi_usbdebug >= (n)) logprintf x; } while (0)115 int wi_usbdebug = 1; variable