Searched refs:DEBUG_LEVEL_INFO (Results 1 – 5 of 5) sorted by relevance
519 if (debug_level >= DEBUG_LEVEL_INFO) in mgslpc_probe()581 if (debug_level >= DEBUG_LEVEL_INFO) in mgslpc_config()617 if (debug_level >= DEBUG_LEVEL_INFO) in mgslpc_release()625 if (debug_level >= DEBUG_LEVEL_INFO) in mgslpc_detach()711 if (debug_level >= DEBUG_LEVEL_INFO) in tx_pause()727 if (debug_level >= DEBUG_LEVEL_INFO) in tx_release()1272 if (debug_level >= DEBUG_LEVEL_INFO) in startup()1328 if (debug_level >= DEBUG_LEVEL_INFO) in shutdown()1409 if (debug_level >= DEBUG_LEVEL_INFO) in mgslpc_change_params()1490 if (debug_level >= DEBUG_LEVEL_INFO) { in mgslpc_put_char()[all …]
751 if (debug_level >= DEBUG_LEVEL_INFO) in open()775 if (debug_level >= DEBUG_LEVEL_INFO) in open()781 if (debug_level >= DEBUG_LEVEL_INFO) in open()807 if (debug_level >= DEBUG_LEVEL_INFO) in close()826 if (debug_level >= DEBUG_LEVEL_INFO) in close()839 if (debug_level >= DEBUG_LEVEL_INFO) in hangup()867 if (debug_level >= DEBUG_LEVEL_INFO) in set_termios()915 if (debug_level >= DEBUG_LEVEL_INFO) in write()980 if (debug_level >= DEBUG_LEVEL_INFO) in write()994 if ( debug_level >= DEBUG_LEVEL_INFO ) { in put_char()[all …]
981 if ( debug_level >= DEBUG_LEVEL_INFO ) in mgsl_stop()1004 if ( debug_level >= DEBUG_LEVEL_INFO ) in mgsl_start()1750 if ( debug_level >= DEBUG_LEVEL_INFO ) in startup()1811 if (debug_level >= DEBUG_LEVEL_INFO) in shutdown()1904 if (debug_level >= DEBUG_LEVEL_INFO) in mgsl_change_params()2005 if (debug_level >= DEBUG_LEVEL_INFO) { in mgsl_put_char()2044 if ( debug_level >= DEBUG_LEVEL_INFO ) in mgsl_flush_chars()2055 if ( debug_level >= DEBUG_LEVEL_INFO ) in mgsl_flush_chars()2096 if ( debug_level >= DEBUG_LEVEL_INFO ) in mgsl_write()2159 if ( debug_level >= DEBUG_LEVEL_INFO ) in mgsl_write()[all …]
37 #define DBGINFO(fmt) if (debug_level >= DEBUG_LEVEL_INFO) printk fmt
240 #define DEBUG_LEVEL_INFO 3 macro