ohcidebug 75 dev/usb/ohci.c #define DPRINTF(x) do { if (ohcidebug) printf x; } while (0)
ohcidebug 76 dev/usb/ohci.c #define DPRINTFN(n,x) do { if (ohcidebug>(n)) printf x; } while (0)
ohcidebug 77 dev/usb/ohci.c int ohcidebug = 0;
ohcidebug 745 dev/usb/ohci.c if (ohcidebug > 15) {
ohcidebug 806 dev/usb/ohci.c if (ohcidebug > 15)
ohcidebug 857 dev/usb/ohci.c if (ohcidebug > 5)
ohcidebug 1321 dev/usb/ohci.c if (ohcidebug > 10) {
ohcidebug 1402 dev/usb/ohci.c if (ohcidebug > 10) {
ohcidebug 1612 dev/usb/ohci.c if (ohcidebug > 15)
ohcidebug 1737 dev/usb/ohci.c if (ohcidebug > 5) {
ohcidebug 1757 dev/usb/ohci.c if (ohcidebug > 20) {
ohcidebug 2249 dev/usb/ohci.c if (ohcidebug > 1) {
ohcidebug 2915 dev/usb/ohci.c if (ohcidebug > 5) {
ohcidebug 2938 dev/usb/ohci.c if (ohcidebug > 10) {
ohcidebug 3040 dev/usb/ohci.c if (ohcidebug > 5) {
ohcidebug 3059 dev/usb/ohci.c if (ohcidebug > 5) {
ohcidebug 3306 dev/usb/ohci.c if (ohcidebug > 5) {
ohcidebug 3321 dev/usb/ohci.c if (ohcidebug > 5) {
ohcidebug 83 dev/usb/usb.c extern int ohcidebug;
ohcidebug 497 dev/usb/usb.c ohcidebug = ((*(int *)data) & 0x00ff0000) >> 16;