Searched defs:ide_debug_log (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/ |
D | ide-gd.h | 12 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args) macro 14 #define ide_debug_log(lvl, fmt, args...) do {} while (0) macro
|
D | ide-cd.h | 15 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args) macro 17 #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
|