Searched refs:ARGS (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/drivers/media/dvb-core/ |
H A D | dvbdev.h | 153 #define dvb_attach(FUNCTION, ARGS...) ({ \ 157 __r = (void *) __a(ARGS); \ 169 #define dvb_attach(FUNCTION, ARGS...) ({ \ 170 FUNCTION(ARGS); \
|
/linux-4.1.27/tools/usb/ |
H A D | hcd-tests.sh | 57 ARGS="$*" 59 if [ "$ARGS" = "" ]; 61 ARGS="$TYPES" 85 echo "TESTING: $ARGS" 91 for TYPE in $ARGS
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
H A D | mei-amt-version.c | 83 #define mei_msg(_me, fmt, ARGS...) do { \ 85 fprintf(stderr, fmt, ##ARGS); \ 88 #define mei_err(_me, fmt, ARGS...) do { \ 89 fprintf(stderr, "Error: " fmt, ##ARGS); \
|
/linux-4.1.27/drivers/misc/ibmasm/ |
H A D | ibmasm.h | 48 #define dbg(STR, ARGS...) \ 51 printk(KERN_DEBUG STR , ##ARGS); \
|
/linux-4.1.27/arch/powerpc/xmon/ |
H A D | ansidecl.h | 41 ARGS list the arguments with their types. It becomes a prototype in
|
/linux-4.1.27/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 155 #define tuner_symbol_probe(FUNCTION, ARGS...) ({ \ 159 __r = (int) __a(ARGS); \ 180 #define tuner_symbol_probe(FUNCTION, ARGS...) ({ \ 181 FUNCTION(ARGS); \
|
/linux-4.1.27/include/trace/events/ |
H A D | xen.h | 87 (__entry->reason == XEN_MC_FL_ARGS) ? "ARGS" :
|
/linux-4.1.27/tools/perf/ |
H A D | perf.c | 22 "perf [--version] [--help] [OPTIONS] COMMAND [ARGS]";
|
/linux-4.1.27/kernel/ |
H A D | params.c | 205 pr_debug("doing %s, parsing ARGS: '%s'\n", doing, args); parse_args()
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | acpredef.h | 194 * METHOD_?ARGS macros generate the correct packed data.
|
/linux-4.1.27/net/rds/ |
H A D | send.c | 897 /* Ensure (DEST, MAP) are never used with (ARGS, ATOMIC) */
|
Completed in 932 milliseconds