Searched refs:debug_log (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dbat_debugfs.c37 #define LOG_BUFF(idx) (debug_log->log_buff[(idx) & LOG_BUFF_MASK])
41 static void emit_log_char(struct debug_log *debug_log, char c) argument
43 LOG_BUFF(debug_log->log_end) = c;
44 debug_log->log_end++;
46 if (debug_log->log_end - debug_log->log_start > log_buff_len)
47 debug_log->log_start = debug_log->log_end - log_buff_len;
50 static int fdebug_log(struct debug_log *debug_lo argument
77 int debug_log(struct bat_priv *bat_priv, char *fmt, ...) function
108 struct debug_log *debug_log = bat_priv->debug_log; local
162 struct debug_log *debug_log = bat_priv->debug_log; local
[all...]
H A Dtypes.h117 struct debug_log *debug_log; member in struct:bat_priv
176 struct debug_log { struct
H A Dmain.h161 extern int debug_log(struct bat_priv *bat_priv, char *fmt, ...);
166 debug_log(bat_priv, fmt, ## arg); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-atapi.c18 #define debug_log(fmt, args...) \ macro
21 #define debug_log(fmt, args...) do {} while (0) macro
281 debug_log("%s: rq->cmd[0]: 0x%x\n", __func__, rq->cmd[0]);
348 debug_log("ireason: 0x%x, rw: 0x%x\n", ireason, rw);
401 debug_log("Enter %s - interrupt handler\n", __func__);
424 debug_log("%s: DMA finished\n", drive->name);
431 debug_log("Packet command completed, %d bytes transferred\n",
444 debug_log("%s: I/O error\n", drive->name);
455 debug_log("[cmd %x]: check condition\n", rq->cmd[0]);
522 debug_log("[cm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dcrisv10.c127 struct debug_log_info debug_log[DEBUG_LOG_SIZE]; variable in typeref:struct:debug_log_info
139 debug_log[debug_log_pos].time = jiffies;
140 debug_log[debug_log_pos].timer_data = *R_TIMER_DATA;
141 // debug_log[debug_log_pos].line = line;
142 debug_log[debug_log_pos].string = string;
143 debug_log[debug_log_pos].value = value;
4355 i, debug_log[i].time,
4356 timer_data_to_ns(debug_log[i].timer_data));
4357 seq_printf(m, debug_log[i].string, debug_log[
[all...]

Completed in 62 milliseconds