Home
last modified time | relevance | path

Searched defs:debug_log (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/batman-adv/
Dlog.c40 static char *batadv_log_char_addr(struct batadv_priv_debug_log *debug_log, in batadv_log_char_addr()
46 static void batadv_emit_log_char(struct batadv_priv_debug_log *debug_log, in batadv_emit_log_char()
60 static int batadv_fdebug_log(struct batadv_priv_debug_log *debug_log, in batadv_fdebug_log()
104 static bool batadv_log_empty(struct batadv_priv_debug_log *debug_log) in batadv_log_empty()
113 struct batadv_priv_debug_log *debug_log = bat_priv->debug_log; in batadv_log_read() local
167 struct batadv_priv_debug_log *debug_log = bat_priv->debug_log; in batadv_log_poll() local
Dtypes.h1730 struct batadv_priv_debug_log *debug_log; member
/Linux-v5.4/drivers/ide/
Dide-atapi.c20 #define debug_log(fmt, args...) \ macro
23 #define debug_log(fmt, args...) do {} while (0) macro