Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Ddebuglib.c33 _DbgHandle_ myDriverDebugHandle = { 0 /*!Registered*/, DBG_HANDLE_VERSION }; variable
40 if (myDriverDebugHandle.dbg_prt) \
42 (myDriverDebugHandle.dbg_prt) \
43 (myDriverDebugHandle.id, DLI_##name, format, ap); \
55 if (myDriverDebugHandle.dbg_ev) in DBG_FUNC()
57 (myDriverDebugHandle.dbg_ev) in DBG_FUNC()
58 (myDriverDebugHandle.id, (unsigned long)msgID, ap); in DBG_FUNC()
89 myDriverDebugHandle.Version = DBG_HANDLE_VERSION; in DBG_FUNC()
90 myDriverDebugHandle.id = -1; in DBG_FUNC()
91 myDriverDebugHandle.dbgMask = dbgMask | (DL_EVL | DL_FTL | DL_LOG); in DBG_FUNC()
[all …]
Ddebuglib.h164 { if ((myDriverDebugHandle.dbgMask) & (unsigned long)DL_##func) \
166 if ((myDriverDebugHandle.dbgMask) & DL_TO_KERNEL) \
175 { if ((myDriverDebugHandle.dbgMask) & (unsigned long)DL_##func) \
184 { if ((myDriverDebugHandle.dbgMask) & (unsigned long)DL_EVL) \
261 extern _DbgHandle_ myDriverDebugHandle;
Dcapifunc.c71 if (myDriverDebugHandle.dbgMask & DL_XLOG) { in xlog()
73 if (myDriverDebugHandle.dbg_irq) { in xlog()
74 myDriverDebugHandle.dbg_irq(myDriverDebugHandle.id, in xlog()
76 } else if (myDriverDebugHandle.dbg_old) { in xlog()
77 myDriverDebugHandle.dbg_old(myDriverDebugHandle.id, in xlog()
308 if (myDriverDebugHandle.dbgMask & DL_XLOG) { in sendf()
314 if (myDriverDebugHandle.dbgMask & DL_BLK) in sendf()
318 if (myDriverDebugHandle.dbgMask & DL_BLK) { in sendf()
323 if (!(myDriverDebugHandle.dbgMask & DL_PRV0)) in sendf()
921 if (myDriverDebugHandle.dbgMask & DL_BLK) in diva_send_message()
[all …]