Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dif_otus.c57 #define DPRINTF(x) do { if (otus_debug) printf x; } while (0)
58 #define DPRINTFN(n, x) do { if (otus_debug >= (n)) printf x; } while (0)
59 int otus_debug = 1; variable
2020 if (otus_debug) { in otus_set_chan()