Searched refs:debug_log (Results 1 – 2 of 2) sorted by relevance
/drivers/ide/ |
D | ide-atapi.c | 19 #define debug_log(fmt, args...) \ macro 22 #define debug_log(fmt, args...) do {} while (0) macro 281 debug_log("%s: rq->cmd[0]: 0x%x\n", __func__, rq->cmd[0]); in ide_cd_expiry() 348 debug_log("ireason: 0x%x, rw: 0x%x\n", ireason, rw); in ide_check_ireason() 401 debug_log("Enter %s - interrupt handler\n", __func__); in ide_pc_intr() 424 debug_log("%s: DMA finished\n", drive->name); in ide_pc_intr() 431 debug_log("Packet command completed, %d bytes transferred\n", in ide_pc_intr() 444 debug_log("%s: I/O error\n", drive->name); in ide_pc_intr() 455 debug_log("[cmd %x]: check condition\n", rq->cmd[0]); in ide_pc_intr() 522 debug_log("[cmd %x] transferred %d bytes, padded %d bytes, resid: %u\n", in ide_pc_intr()
|
/drivers/tty/serial/ |
D | crisv10.c | 126 struct debug_log_info debug_log[DEBUG_LOG_SIZE]; variable 138 debug_log[debug_log_pos].time = jiffies; in debug_log_func() 139 debug_log[debug_log_pos].timer_data = *R_TIMER_DATA; in debug_log_func() 141 debug_log[debug_log_pos].string = string; in debug_log_func() 142 debug_log[debug_log_pos].value = value; in debug_log_func() 4187 i, debug_log[i].time, in crisv10_proc_show() 4188 timer_data_to_ns(debug_log[i].timer_data)); in crisv10_proc_show() 4189 seq_printf(m, debug_log[i].string, debug_log[i].value); in crisv10_proc_show()
|