Home
last modified time | relevance | path

Searched defs:_1 (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/hid/bpf/progs/
H A Dhid_bpf_helpers.h140 _1, _2, _3, _4, _5, _6, _7, _8, \ argument
148 #define _ARG1(_1) _1; argument
149 #define _ARG2(_1, _2) _1; _2; argument
150 #define _ARG3(_1, _2, _3) _1; _2; _3; argument
151 #define _ARG4(_1, _2, _3, _4) _1; _2; _3; _4; argument
152 #define _ARG5(_1, _2, _3, _4, _5) _1; _2; _3; _4; _5; argument
153 #define _ARG6(_1, _2, _3, _4, _5, _6) _1; _2; _3; _4; _5; _6; argument
154 #define _ARG7(_1, _2, _3, _4, _5, _6, _7) _1; _2; _3; _4; _5; _6; _… argument
155 #define _ARG8(_1, _2, _3, _4, _5, _6, _7, _8) _1; _2; _3; _4; _5; _6; _… argument
156 #define _ARG9(_1, _2, _3, _4, _5, _6, _7, _8, _9) _1; _2; _3; _4; _5; _6; _… argument
[all …]
/linux/drivers/gpu/drm/nouveau/include/nvhw/
H A Ddrf.h65 #define NVVAL_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
70 #define NVDEF_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
76 #define NVVAL_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
82 #define NVVAL_TEST_(X,_1,_2,_3,_4,_5,_6,_7,IMPL,...) IMPL argument
87 #define NVDEF_TEST_(X,_1,_2,_3,_4,_5,_6,_7,IMPL,...) IMPL argument
93 #define NVVAL_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
98 #define NVDEF_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
107 #define NVVAL_MW_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
117 #define NVVAL_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
122 #define NVDEF_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_multidim.c22 arr_t _1; member
H A Dbtf_dump_test_case_syntax.c256 enum e1 _1; member
/linux/include/linux/
H A Dargs.h21 #define __COUNT_ARGS(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _n, X...… argument
/linux/tools/include/nolibc/
H A Dunistd.h59 #define __syscall_narg(_0, _1, _2, _3, _4, _5, _6, N, ...) N argument
/linux/tools/lib/bpf/
H A Dlibbpf_common.h47 #define ___libbpf_nth(_1, _2, _3, _4, _5, _6, N, ...) N argument
H A Dbpf_helpers.h219 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
H A Dbpf_tracing.h636 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
687 #define ___bpf_nth2(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, \ argument
H A Dbpf_core_read.h342 #define ___nth(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, __11, N, ...) N argument
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.c445 #define M(_name, _id, _1, _2, _3) case _id: return # _name; in otx2_mbox_id2name() argument
H A Dmbox.h391 #define M(_name, _id, _1, _2, _3) MBOX_MSG_ ## _name = _id, argument
/linux/arch/x86/include/asm/
H A Defi.h57 #define __efi_nargs__(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, n, ...) \ argument
/linux/include/media/
H A Dv4l2-subdev.h1352 #define __v4l2_subdev_state_gen_call(NAME, _1, ARG, ...) \ argument