/Linux-v5.4/include/linux/ |
D | fs_parser.h | 118 #define __fsparam(TYPE, NAME, OPT, FLAGS) \ argument 126 #define fsparam_flag(NAME, OPT) __fsparam(fs_param_is_flag, NAME, OPT, 0) argument 127 #define fsparam_flag_no(NAME, OPT) \ argument 130 #define fsparam_bool(NAME, OPT) __fsparam(fs_param_is_bool, NAME, OPT, 0) argument 131 #define fsparam_u32(NAME, OPT) __fsparam(fs_param_is_u32, NAME, OPT, 0) argument 132 #define fsparam_u32oct(NAME, OPT) \ argument 134 #define fsparam_u32hex(NAME, OPT) \ argument 136 #define fsparam_s32(NAME, OPT) __fsparam(fs_param_is_s32, NAME, OPT, 0) argument 137 #define fsparam_u64(NAME, OPT) __fsparam(fs_param_is_u64, NAME, OPT, 0) argument 138 #define fsparam_enum(NAME, OPT) __fsparam(fs_param_is_enum, NAME, OPT, 0) argument [all …]
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | pal.h | 18 #define __CALL_PAL_R0(NAME, TYPE) \ argument 30 #define __CALL_PAL_W1(NAME, TYPE0) \ argument 41 #define __CALL_PAL_W2(NAME, TYPE0, TYPE1) \ argument 53 #define __CALL_PAL_RW1(NAME, RTYPE, TYPE0) \ argument 66 #define __CALL_PAL_RW2(NAME, RTYPE, TYPE0, TYPE1) \ argument
|
/Linux-v5.4/arch/alpha/lib/ |
D | callback_srm.S | 59 #define CALLBACK(NAME, CODE, ARG_CNT) \ argument 65 #define CALLBACK(NAME, CODE, ARG_CNT) \ argument
|
/Linux-v5.4/arch/sparc/kernel/ |
D | sysfs.c | 19 #define SHOW_MMUSTAT_ULONG(NAME) \ argument 172 #define SHOW_CPUDATA_ULONG_NAME(NAME, MEMBER) \ argument 180 #define SHOW_CPUDATA_UINT_NAME(NAME, MEMBER) \ argument
|
/Linux-v5.4/drivers/clk/ |
D | clk-lochnagar.c | 46 #define LN_PARENT(NAME) { .name = NAME, .fw_name = NAME } argument 84 #define LN1_CLK(ID, NAME, REG) \ argument 93 #define LN2_CLK(ID, NAME) \ argument
|
/Linux-v5.4/security/apparmor/include/ |
D | net.h | 56 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument 67 #define DEFINE_AUDIT_SK(NAME, OP, SK) \ argument
|
/Linux-v5.4/tools/perf/tests/ |
D | bpf-script-test-kbuild.c | 10 #define SEC(NAME) __attribute__((section(NAME), used)) argument
|
D | bpf-script-test-prologue.c | 10 #define SEC(NAME) __attribute__((section(NAME), used)) argument
|
D | bpf-script-example.c | 27 #define SEC(NAME) __attribute__((section(NAME), used)) argument
|
D | bpf-script-test-relocation.c | 27 #define SEC(NAME) __attribute__((section(NAME), used)) argument
|
D | thread-map.c | 19 #define NAME (const char *) "perf" macro
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | sysfs.c | 410 #define __SYSFS_SPRSETUP_READ_WRITE(NAME, ADDRESS, EXTRA) \ argument 421 #define __SYSFS_SPRSETUP_SHOW_STORE(NAME) \ argument 444 #define SYSFS_PMCSETUP(NAME, ADDRESS) \ argument 447 #define SYSFS_SPRSETUP(NAME, ADDRESS) \ argument 451 #define SYSFS_SPRSETUP_SHOW_STORE(NAME) \ argument
|
/Linux-v5.4/drivers/clocksource/ |
D | scx200_hrt.c | 21 #define NAME "scx200_hrt" macro
|
/Linux-v5.4/drivers/pinctrl/cirrus/ |
D | pinctrl-lochnagar.c | 50 #define LN_PIN_GPIO(REV, ID, NAME, REG, SHIFT, INVERT) \ argument 56 #define LN_PIN_SAIF(REV, ID, NAME) \ argument 66 #define LN1_PIN_GPIO(ID, NAME, REG, SHIFT, INVERT) \ argument 69 #define LN1_PIN_MUX(ID, NAME) \ argument 75 #define LN2_PIN_GPIO(ID, NAME, REG, SHIFT, INVERT) \ argument 78 #define LN2_PIN_MUX(ID, NAME) \ argument 437 #define LN_FUNC(NAME, TYPE, OP) \ argument
|
/Linux-v5.4/Documentation/doc-guide/ |
D | parse-headers.rst | 21 NAME subsection
|
/Linux-v5.4/drivers/mtd/maps/ |
D | scx200_docflash.c | 21 #define NAME "scx200_docflash" macro
|
/Linux-v5.4/arch/ia64/lib/ |
D | idiv64.S | 39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,di3)) macro
|
D | idiv32.S | 41 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3)) macro
|
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_plane.c | 65 #define INSTALL_PROPERTY(name, NAME, init_val, fnc, ...) do { \ in mdp5_plane_install_properties() argument 81 #define INSTALL_RANGE_PROPERTY(name, NAME, min, max, init_val) \ in mdp5_plane_install_properties() argument 85 #define INSTALL_ENUM_PROPERTY(name, NAME, init_val) \ in mdp5_plane_install_properties() argument 110 #define SET_PROPERTY(name, NAME, type) do { \ in mdp5_plane_atomic_set_property() argument 138 #define GET_PROPERTY(name, NAME, type) do { \ in mdp5_plane_atomic_get_property() argument
|
D | mdp5_kms.h | 185 #define NAME(n) [n] = #n in stage2name() macro 197 #define NAME(n) [SSPP_ ## n] = #n in pipe2name() macro
|
/Linux-v5.4/drivers/char/ |
D | nsc_gpio.c | 21 #define NAME "nsc_gpio" macro
|
/Linux-v5.4/tools/perf/include/bpf/ |
D | bpf.h | 50 #define SEC(NAME) __attribute__((section(NAME), used)) argument
|
/Linux-v5.4/arch/alpha/kernel/ |
D | srm_env.c | 29 #define NAME "srm_env" /* Module name */ macro
|
/Linux-v5.4/drivers/infiniband/hw/usnic/ |
D | usnic_ib_sysfs.c | 215 #define QPN_ATTR_RO(NAME) \ argument
|
/Linux-v5.4/lib/zlib_inflate/ |
D | inflate.h | 22 NAME, /* i: waiting for end of file name (gzip) */ enumerator
|