Home
last modified time | relevance | path

Searched defs:__args (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wireless/rt2x00/
Drt2x00.h61 #define DEBUG_PRINTK_MSG(__dev, __kernlvl, __lvl, __msg, __args...) \ argument
65 #define DEBUG_PRINTK_PROBE(__kernlvl, __lvl, __msg, __args...) \ argument
70 #define DEBUG_PRINTK(__dev, __kernlvl, __lvl, __msg, __args...) \ argument
73 #define DEBUG_PRINTK(__dev, __kernlvl, __lvl, __msg, __args...) \ argument
84 #define PANIC(__dev, __msg, __args...) \ argument
86 #define ERROR(__dev, __msg, __args...) \ argument
88 #define ERROR_PROBE(__msg, __args...) \ argument
90 #define WARNING(__dev, __msg, __args...) \ argument
92 #define NOTICE(__dev, __msg, __args...) \ argument
94 #define INFO(__dev, __msg, __args...) \ argument
[all …]
/linux-3.4.99/arch/sparc/include/asm/
Dbtfixup.h38 #define BTFIXUPDEF_CALL(__type, __name, __args...) \ argument
41 #define BTFIXUPDEF_CALL_CONST(__type, __name, __args...) \ argument
/linux-3.4.99/arch/sparc/kernel/
Dperf_event.c1280 unsigned long cmd, void *__args) in perf_event_nmi_handler()