Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/otus/
H A Dif_otus.c72 #define USB_DEBUG_VAR otus_debug
77 static int otus_debug = 0; variable
79 SYSCTL_INT(_hw_usb_otus, OID_AUTO, debug, CTLFLAG_RWTUN, &otus_debug, 0,
97 if ((dm == OTUS_DEBUG_ANY) || (dm & otus_debug)) \
2852 if (otus_debug & OTUS_DEBUG_RESET) { in otus_set_chan()