Searched refs:__ide_debug_log (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/ide/ |
D | ide-gd.h | 11 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args)
|
D | ide-cd.h | 14 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args)
|
D | ide-tape.c | 53 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args)
|
/linux-4.4.14/include/linux/ |
D | ide.h | 974 #define __ide_debug_log(lvl, fmt, args...) \ macro
|