Home
last modified time | relevance | path

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

/drivers/staging/epl/
DDebug.h195 #define DEBUG_LVL_ALWAYS_TRACE2(str,p1,p2) TRACE2(str,p1,p2)
209 #define DEBUG_LVL_ERROR_TRACE2(str,p1,p2) TRACE2(str,p1,p2)
223 #define DEBUG_LVL_ASSERT_TRACE2(str,p1,p2) TRACE2(str,p1,p2)
237 #define DEBUG_LVL_29_TRACE2(str,p1,p2) TRACE2(str,p1,p2)
251 #define DEBUG_LVL_28_TRACE2(str,p1,p2) TRACE2(str,p1,p2)
265 #define DEBUG_LVL_27_TRACE2(str,p1,p2) TRACE2(str,p1,p2)
279 #define DEBUG_LVL_26_TRACE2(str,p1,p2) TRACE2(str,p1,p2)
293 #define DEBUG_LVL_25_TRACE2(str,p1,p2) TRACE2(str,p1,p2)
307 #define DEBUG_LVL_24_TRACE2(str,p1,p2) TRACE2(str,p1,p2)
321 #define DEBUG_LVL_23_TRACE2(str,p1,p2) TRACE2(str,p1,p2)
[all …]
DEplTarget.h113 #define PRINTF2(arg,p1,p2) TRACE2(arg,p1,p2)
150 #define PRINTF2(arg,p1,p2) TRACE2(arg,p1,p2)
194 #define PRINTF2(arg,p1,p2) TRACE2(arg,p1,p2)
DEplApiLinuxKernel.c267 TRACE2("EPL: Driver build: %s / %s\n", __DATE__, __TIME__); in EplLinInit()
281 TRACE2("EPL: Installing Driver '%s', Version %s...\n", in EplLinInit()
287 TRACE2 in EplLinInit()
318 TRACE2("EPL: Installing Driver '%s', Version %s...\n", in EplLinInit()
322 TRACE2 in EplLinInit()
339 TRACE2("EPL: ERROR %d: Driver '%s' could not be added!\n", in EplLinInit()
Dglobal.h1305 #ifndef TRACE2
1306 #define TRACE2(p0, p1, p2) TRACE(p0, p1, p2) macro
1335 #ifndef TRACE2
1336 #define TRACE2(p0, p1, p2) macro
DSharedBuff.c1219 TRACE2("\nMagigID: '%s' (%08lX)", szMagigID, in ShbCirTraceBuffer()
1601 TRACE2("\nMagigID: '%s' (%08X)", szMagigID, in ShbLinTraceBuffer()
/drivers/scsi/
Dgdth.c257 #define TRACE2(a) {if (DebugState==1 || DebugState==2) {ser_printk a;}} macro
262 #define TRACE2(a) {if (DebugState==1 || DebugState==2) {printk a;}} macro
268 #define TRACE2(a) macro
432 TRACE2(("gdth_scsi_done()\n")); in gdth_scsi_done()
646 TRACE2(("Controller found at %d/%d, irq %d, dpmem 0x%lx\n", in gdth_pci_init_one()
682 TRACE2(("wait for DEINIT: retries=%d\n",retries)); in gdth_init_eisa()
716 TRACE2(("GDT3000/3020: IRQ=%d\n",ha->irq)); in gdth_init_eisa()
719 TRACE2(("Unknown IRQ, use IRQ table from cmd line !\n")); in gdth_init_eisa()
879 TRACE2(("init_pci() dpmem %lx irq %d\n",pcistr->dpmem,ha->irq)); in gdth_init_pci()
900 TRACE2(("init_pci_old() address 0x%x busy\n", i)); in gdth_init_pci()
[all …]
Dgdth_proc.c12 TRACE2(("gdth_proc_info() length %d offs %d inout %d\n", in gdth_proc_info()
26 TRACE2(("gdth_set_info() ha %d\n",ha->hanum,)); in gdth_set_info()
52 TRACE2(("gdth_set_asc_info() ha %d\n",ha->hanum)); in gdth_set_asc_info()
184 TRACE2(("gdth_get_info() ha %d\n",ha->hanum)); in gdth_get_info()
272 TRACE2(("pdr_statistics() chn %d\n",i)); in gdth_get_info()
294 TRACE2(("scsi_drv_info() chn %d dev %d\n", in gdth_get_info()
343 TRACE2(("scsi_drv_defcnt() chn %d dev %d\n", in gdth_get_info()
393 TRACE2(("cache_drv_info() drive no %d\n",drv_no)); in gdth_get_info()
495 TRACE2(("array_info() drive no %d\n",i)); in gdth_get_info()
567 TRACE2(("host_get() drv_no %d\n",i)); in gdth_get_info()
[all …]