Searched refs:debuglevel (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/tty/ |
D | n_hdlc.c | 170 static int debuglevel; variable 238 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_release() 292 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_tty_close() 315 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_tty_close() 330 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_tty_open() 359 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_tty_open() 381 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_send_frames() 397 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_send_frames() 416 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_send_frames() 429 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_send_frames() [all …]
|
/Linux-v5.4/drivers/net/ethernet/amd/ |
D | ni65.c | 266 static int debuglevel = 1; variable 725 if(debuglevel > 1) in ni65_stop_start() 901 if(debuglevel > 1) in ni65_interrupt() 913 if(debuglevel > 1) in ni65_interrupt() 942 if(debuglevel > 0) in ni65_interrupt() 995 if(tmdp->status2 & XMIT_TDRMASK && debuglevel > 3) in ni65_xmit_intr() 1006 if(debuglevel > 0) in ni65_xmit_intr() 1016 if(debuglevel > 2) in ni65_xmit_intr() 1065 if(debuglevel > 2) in ni65_recv_intr()
|
/Linux-v5.4/drivers/net/ethernet/i825xx/ |
D | sun3_82586.c | 26 static int debuglevel = 0; /* debug-printk 0: off 1: a few 2: more */ variable 698 if(debuglevel > 1) in sun3_82586_interrupt() 739 if(debuglevel > 1) in sun3_82586_interrupt() 751 if(debuglevel > 1) in sun3_82586_interrupt() 768 if(debuglevel > 0) in sun3_82586_rcv_int() 829 if(debuglevel > 0) in sun3_82586_rcv_int() 874 if(debuglevel > 0) in sun3_82586_rcv_int() 910 if(debuglevel > 0) in sun3_82586_xmt_int()
|
/Linux-v5.4/drivers/staging/isdn/gigaset/ |
D | gigaset.h | 63 enum debuglevel { enum 93 if (unlikely(((enum debuglevel)gigaset_debuglevel) & (level))) \ 106 void gigaset_dbg_buffer(enum debuglevel level, const unsigned char *msg,
|
D | isocdata.c | 211 static inline void dump_bytes(enum debuglevel level, const char *tag, in dump_bytes()
|
D | common.c | 48 void gigaset_dbg_buffer(enum debuglevel level, const unsigned char *msg, in gigaset_dbg_buffer()
|
D | capi.c | 205 static inline void dump_cmsg(enum debuglevel level, const char *tag, _cmsg *p) in dump_cmsg() 228 static inline void dump_rawmsg(enum debuglevel level, const char *tag, in dump_rawmsg()
|
D | bas-gigaset.c | 257 static inline void dump_urb(enum debuglevel level, const char *tag, in dump_urb()
|