/src/sys/arch/arm/ti/ |
ti_motg.c | 54 #define motgdebug 0 macro 56 extern int motgdebug; 60 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(motgdebug,1,FMT,A,B,C,D) 62 #define MOTGHIST_CALLED(name) USBHIST_CALLED(motgdebug)
|
ti_motg.c | 54 #define motgdebug 0 macro 56 extern int motgdebug; 60 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(motgdebug,1,FMT,A,B,C,D) 62 #define MOTGHIST_CALLED(name) USBHIST_CALLED(motgdebug)
|
ti_motg.c | 54 #define motgdebug 0 macro 56 extern int motgdebug; 60 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(motgdebug,1,FMT,A,B,C,D) 62 #define MOTGHIST_CALLED(name) USBHIST_CALLED(motgdebug)
|
/src/sys/dev/usb/ |
motg.c | 76 #define motgdebug 0 macro 78 int motgdebug = 0; variable in typeref:typename:int 98 NULL, 0, &motgdebug, sizeof(motgdebug), CTL_CREATE, CTL_EOL); 114 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(motgdebug,1,FMT,A,B,C,D) 115 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGM(motgdebug,N,FMT,A,B,C,D) 117 #define MOTGHIST_CALLED(name) USBHIST_CALLED(motgdebug)
|
motg.c | 76 #define motgdebug 0 macro 78 int motgdebug = 0; variable in typeref:typename:int 98 NULL, 0, &motgdebug, sizeof(motgdebug), CTL_CREATE, CTL_EOL); 114 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(motgdebug,1,FMT,A,B,C,D) 115 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGM(motgdebug,N,FMT,A,B,C,D) 117 #define MOTGHIST_CALLED(name) USBHIST_CALLED(motgdebug)
|
motg.c | 76 #define motgdebug 0 macro 78 int motgdebug = 0; variable in typeref:typename:int 98 NULL, 0, &motgdebug, sizeof(motgdebug), CTL_CREATE, CTL_EOL); 114 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOGN(motgdebug,1,FMT,A,B,C,D) 115 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGM(motgdebug,N,FMT,A,B,C,D) 117 #define MOTGHIST_CALLED(name) USBHIST_CALLED(motgdebug)
|