Searched refs:debuglevel (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | n_hdlc.c | 173 static int debuglevel; variable 248 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_release() 303 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_tty_close() 326 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_tty_close() 341 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_tty_open() 370 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_tty_open() 392 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_send_frames() 414 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_send_frames() 433 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_send_frames() 449 if (debuglevel >= DEBUG_LEVEL_INFO) in n_hdlc_send_frames() [all …]
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | ni65.c | 266 static int debuglevel = 1; variable 730 if(debuglevel > 1) in ni65_stop_start() 906 if(debuglevel > 1) in ni65_interrupt() 918 if(debuglevel > 1) in ni65_interrupt() 947 if(debuglevel > 0) in ni65_interrupt() 1000 if(tmdp->status2 & XMIT_TDRMASK && debuglevel > 3) in ni65_xmit_intr() 1011 if(debuglevel > 0) in ni65_xmit_intr() 1021 if(debuglevel > 2) in ni65_xmit_intr() 1070 if(debuglevel > 2) in ni65_recv_intr()
|
/linux-4.4.14/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-4.4.14/drivers/isdn/gigaset/ |
D | gigaset.h | 66 enum debuglevel { enum 96 if (unlikely(((enum debuglevel)gigaset_debuglevel) & (level))) \ 109 void gigaset_dbg_buffer(enum debuglevel level, const unsigned char *msg,
|
D | isocdata.c | 214 static inline void dump_bytes(enum debuglevel level, const char *tag, in dump_bytes()
|
D | common.c | 51 void gigaset_dbg_buffer(enum debuglevel level, const unsigned char *msg, in gigaset_dbg_buffer()
|
D | capi.c | 208 static inline void dump_cmsg(enum debuglevel level, const char *tag, _cmsg *p) in dump_cmsg() 231 static inline void dump_rawmsg(enum debuglevel level, const char *tag, in dump_rawmsg()
|
D | bas-gigaset.c | 259 static inline void dump_urb(enum debuglevel level, const char *tag, in dump_urb()
|