Searched refs:ide_debug_log (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/ide/ |
D | ide-cd.c | 105 ide_debug_log(IDE_DBG_SENSE, "sense_key: 0x%x", sense->sense_key); in cdrom_log_sense() 152 ide_debug_log(IDE_DBG_SENSE, "error_code: 0x%x, sense_key: 0x%x", in cdrom_analyze_sense_data() 156 ide_debug_log(IDE_DBG_SENSE, "failed cmd: 0x%x", in cdrom_analyze_sense_data() 285 ide_debug_log(IDE_DBG_RQ, "cmd: 0x%x, rq->cmd_type: 0x%x, err: 0x%x, " in cdrom_decode_status() 412 ide_debug_log(IDE_DBG_FUNC, "rq->cmd[0]: 0x%x", rq->cmd[0]); in ide_cd_request_sense_fixup() 436 ide_debug_log(IDE_DBG_PC, "cmd[0]: 0x%x, write: 0x%x, timeout: %d, " in ide_cd_queue_pc() 535 ide_debug_log(IDE_DBG_PC, "cmd: 0x%x, write: 0x%x", rq->cmd[0], write); in cdrom_newpc_intr() 577 ide_debug_log(IDE_DBG_PC, "DRQ: stat: 0x%x, thislen: %d", in cdrom_newpc_intr() 622 ide_debug_log(IDE_DBG_PC, "data transfer, rq->cmd_type: 0x%x, " in cdrom_newpc_intr() 710 ide_debug_log(IDE_DBG_RQ, "rq->cmd[0]: 0x%x, rq->cmd_flags: 0x%x, " in cdrom_start_rw() [all …]
|
D | ide-floppy.c | 70 ide_debug_log(IDE_DBG_FUNC, "enter"); in ide_floppy_callback() 90 ide_debug_log(IDE_DBG_PC, "pc = %x", in ide_floppy_callback() 93 ide_debug_log(IDE_DBG_SENSE, "sense key = %x, asc = %x," in ide_floppy_callback() 151 ide_debug_log(IDE_DBG_FUNC, "retry #%d", pc->retries); in ide_floppy_issue_pc() 200 ide_debug_log(IDE_DBG_FUNC, "block: %d, blocks: %d", block, blocks); in idefloppy_create_rw_cmd() 236 ide_debug_log(IDE_DBG_FUNC, "enter, cmd: 0x%x\n", rq->cmd[0]); in ide_floppy_do_request() 382 ide_debug_log(IDE_DBG_FUNC, "enter"); in ide_floppy_get_capacity() 405 ide_debug_log(IDE_DBG_PROBE, "Descriptor %d: %dkB, %d blocks, " in ide_floppy_get_capacity() 464 ide_debug_log(IDE_DBG_PROBE, "Descriptor 0 Code: %d", in ide_floppy_get_capacity()
|
D | ide-gd.h | 11 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args) macro 13 #define ide_debug_log(lvl, fmt, args...) do {} while (0) macro
|
D | ide-tape.c | 54 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args) macro 56 #define ide_debug_log(lvl, fmt, args...) do {} while (0) macro 280 ide_debug_log(IDE_DBG_FUNC, in idetape_analyze_error() 335 ide_debug_log(IDE_DBG_FUNC, "cmd: 0x%x, dsc: %d, err: %d", rq->cmd[0], in ide_tape_callback() 383 ide_debug_log(IDE_DBG_FUNC, "cmd: 0x%x, dsc_poll_freq: %lu", in ide_tape_stall_queue() 481 ide_debug_log(IDE_DBG_SENSE, "retry #%d, cmd: 0x%02x", pc->retries, in ide_tape_issue_pc() 576 ide_debug_log(IDE_DBG_RQ, "cmd: 0x%x, sector: %llu, nr_sectors: %u", in idetape_do_request() 730 ide_debug_log(IDE_DBG_FUNC, "enter"); in ide_tape_read_position() 741 ide_debug_log(IDE_DBG_FUNC, "BOP - %s", in ide_tape_read_position() 743 ide_debug_log(IDE_DBG_FUNC, "EOP - %s", in ide_tape_read_position() [all …]
|
D | ide-cd.h | 14 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args) macro 16 #define ide_debug_log(lvl, fmt, args...) do {} while (0) macro
|
D | ide-gd.c | 196 ide_debug_log(IDE_DBG_FUNC, "enter"); 258 ide_debug_log(IDE_DBG_FUNC, "enter");
|