/src/sys/dev/usb/ |
usbdi.c | 150 USBHIST_CALLARGS(usbdebug, "iface %#jx", (uintptr_t)iface, 0, 0, 0); 154 USBHIST_LOG(usbdebug, " device = %#jx idesc = %#jx index = %jd", 157 USBHIST_LOG(usbdebug, " altindex=%jd", 165 USBHIST_CALLARGS(usbdebug, "dev = %#jx", (uintptr_t)dev, 0, 0, 0); 169 USBHIST_LOG(usbdebug, " bus = %#jx default_pipe = %#jx", 171 USBHIST_LOG(usbdebug, " address = %jd config = %jd depth = %jd ", 173 USBHIST_LOG(usbdebug, " speed = %jd self_powered = %jd " 182 USBHIST_CALLARGS(usbdebug, "endp = %#jx", (uintptr_t)endp, 0, 0, 0); 186 USBHIST_LOG(usbdebug, " edesc = %#jx refcnt = %jd", 189 USBHIST_LOG(usbdebug, " bEndpointAddress=0x%02jx" [all...] |
usbdi_util.c | 56 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(usbdebug,1,FMT,A,B,C,D) 57 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(usbdebug,N,FMT,A,B,C,D) 66 USBHIST_CALLARGS(usbdebug, "type=%jd, index=%jd, len=%jd", 97 USBHIST_CALLARGS(usbdebug, "confidx=%jd", confidx, 0, 0, 0); 115 USBHIST_FUNC(); USBHIST_CALLARGS(usbdebug, "conf=%jd", conf, 0, 0, 0); 125 USBHIST_CALLARGS(usbdebug, "confidx=%jd", confidx, 0, 0, 0); 143 USBHIST_FUNC(); USBHIST_CALLED(usbdebug); 159 USBHIST_CALLARGS(usbdebug, "dev %#jx", (uintptr_t)dev, 0, 0, 0); 183 USBHIST_FUNC(); USBHIST_CALLED(usbdebug); 229 USBHIST_FUNC(); USBHIST_CALLED(usbdebug); [all...] |
usb.c | 107 int usbdebug = USB_DEBUG_DEFAULT; variable in typeref:typename:int 126 NULL, 0, &usbdebug, sizeof(usbdebug), CTL_CREATE, CTL_EOL); 138 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(usbdebug,FMT,A,B,C,D) 139 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(usbdebug,N,FMT,A,B,C,D) 287 USBHIST_FUNC(); USBHIST_CALLED(usbdebug); 460 USBHIST_FUNC(); USBHIST_CALLED(usbdebug); 569 USBHIST_FUNC(); USBHIST_CALLED(usbdebug); 604 USBHIST_FUNC(); USBHIST_CALLED(usbdebug); 651 USBHIST_FUNC(); USBHIST_CALLED(usbdebug); [all...] |
usb_mem.c | 63 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(usbdebug,FMT,A,B,C,D) 64 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(usbdebug,N,FMT,A,B,C,D) 115 USBHIST_CALLARGS(usbdebug, "size=%ju align=%ju flags=%#jx", size, align, flags, 0); 253 USBHIST_CALLARGS(usbdebug, "size=%ju", b->size, 0, 0, 0); 274 USBHIST_FUNC(); USBHIST_CALLED(usbdebug); 351 USBHIST_FUNC(); USBHIST_CALLED(usbdebug);
|
usbroothub.c | 380 USBHIST_CALLARGS(usbdebug, "type=%#jx request=%#jx len=%#jx value=%#jx", 405 USBHIST_LOG(usbdebug, "wValue=%#4jx", value, 0, 0, 0); 521 USBHIST_LOG(usbdebug, "UR_SET_ADDRESS, UT_WRITE_DEVICE: " 575 USBHIST_LOG(usbdebug, "xfer %#jx buflen %jd actlen %jd err %jd",
|
usbhist.h | 47 extern int usbdebug;
|
usb_subr.c | 66 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(usbdebug,FMT,A,B,C,D) 67 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(usbdebug,N,FMT,A,B,C,D) 277 USBHIST_FUNC(); USBHIST_CALLARGS(usbdebug, "port %jd", port, 0, 0, 0); 321 USBHIST_CALLARGS(usbdebug, "iface/alt idx %jd/%jd", 531 USBHIST_CALLARGS(usbdebug, "ifaceidx=%jd altidx=%jd", 664 USBHIST_FUNC(); USBHIST_CALLARGS(usbdebug, "%jd", no, 0, 0, 0); 687 USBHIST_CALLARGS(usbdebug, "dev=%#jx index=%jd", 934 USBHIST_CALLARGS(usbdebug, "dev=%#jx addr=%jd iface=%#jx ep=%#jx", 1177 USBHIST_FUNC(); USBHIST_CALLED(usbdebug); 1272 USBHIST_CALLARGS(usbdebug, "trying device specific drivers", 0, 0, 0, 0) [all...] |
usb_quirks.c | 51 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(usbdebug,FMT,A,B,C,D) 117 USBHIST_FUNC(); USBHIST_CALLED(usbdebug); 434 if (usbdebug && t->quirks.uq_flags)
|
/src/sys/arch/mips/adm5120/dev/ |
ahci.c | 142 extern int usbdebug; 307 /* usbdebug = 0x7f;
|