Home
last modified time | relevance | path

Searched refs:debuglevel (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/tty/
Dn_hdlc.c173 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/
Dni65.c266 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/
Dsun3_82586.c26 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/
Dgigaset.h66 enum debuglevel { enum
96 if (unlikely(((enum debuglevel)gigaset_debuglevel) & (level))) \
109 void gigaset_dbg_buffer(enum debuglevel level, const unsigned char *msg,
Disocdata.c214 static inline void dump_bytes(enum debuglevel level, const char *tag, in dump_bytes()
Dcommon.c51 void gigaset_dbg_buffer(enum debuglevel level, const unsigned char *msg, in gigaset_dbg_buffer()
Dcapi.c208 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()
Dbas-gigaset.c259 static inline void dump_urb(enum debuglevel level, const char *tag, in dump_urb()