/Linux-v5.15/drivers/misc/habanalabs/include/gaudi/ |
D | gaudi_async_ids_map_extended.h | 20 char name[64]; member 24 { .fc_id = 0, .cpu_id = 0, .valid = 0, .name = "" }, 25 { .fc_id = 1, .cpu_id = 1, .valid = 0, .name = "" }, 26 { .fc_id = 2, .cpu_id = 2, .valid = 0, .name = "" }, 27 { .fc_id = 3, .cpu_id = 3, .valid = 0, .name = "" }, 28 { .fc_id = 4, .cpu_id = 4, .valid = 0, .name = "" }, 29 { .fc_id = 5, .cpu_id = 5, .valid = 0, .name = "" }, 30 { .fc_id = 6, .cpu_id = 6, .valid = 0, .name = "" }, 31 { .fc_id = 7, .cpu_id = 7, .valid = 0, .name = "" }, 32 { .fc_id = 8, .cpu_id = 8, .valid = 0, .name = "" }, [all …]
|
/Linux-v5.15/tools/perf/arch/x86/annotate/ |
D | instructions.c | 3 { .name = "adc", .ops = &mov_ops, }, 4 { .name = "adcb", .ops = &mov_ops, }, 5 { .name = "adcl", .ops = &mov_ops, }, 6 { .name = "add", .ops = &mov_ops, }, 7 { .name = "addl", .ops = &mov_ops, }, 8 { .name = "addq", .ops = &mov_ops, }, 9 { .name = "addsd", .ops = &mov_ops, }, 10 { .name = "addw", .ops = &mov_ops, }, 11 { .name = "and", .ops = &mov_ops, }, 12 { .name = "andb", .ops = &mov_ops, }, [all …]
|
/Linux-v5.15/drivers/clk/bcm/ |
D | clk-bcm63xx-gate.c | 18 const char * const name; member 32 .name = "mac", 35 .name = "tc", 38 .name = "us_top", 41 .name = "ds_top", 44 .name = "acm", 47 .name = "spi", 50 .name = "usbs", 53 .name = "bmu", 56 .name = "pcm", [all …]
|
/Linux-v5.15/drivers/scsi/lpfc/ |
D | lpfc_attr.h | 24 #define LPFC_ATTR(name, defval, minval, maxval, desc) \ argument 25 static uint lpfc_##name = defval;\ 26 module_param(lpfc_##name, uint, S_IRUGO);\ 27 MODULE_PARM_DESC(lpfc_##name, desc);\ 28 lpfc_param_init(name, defval, minval, maxval) 30 #define LPFC_ATTR_R(name, defval, minval, maxval, desc) \ argument 31 static uint lpfc_##name = defval;\ 32 module_param(lpfc_##name, uint, S_IRUGO);\ 33 MODULE_PARM_DESC(lpfc_##name, desc);\ 34 lpfc_param_show(name)\ [all …]
|
/Linux-v5.15/drivers/clk/st/ |
D | clk-flexgen.c | 20 const char *name; member 205 static struct clk *clk_register_flexgen(const char *name, in clk_register_flexgen() argument 219 init.name = name; in clk_register_flexgen() 307 { .name = "clk-ic-lmi0", .flags = CLK_IS_CRITICAL }, 317 { .name = "clk-ic-lmi0", .flags = CLK_IS_CRITICAL }, 318 { .name = "clk-ic-lmi1", .flags = CLK_IS_CRITICAL }, 327 { .name = "clk-icn-gpu", }, 328 { .name = "clk-fdma", }, 329 { .name = "clk-nand", }, 330 { .name = "clk-hva", }, [all …]
|
/Linux-v5.15/arch/x86/include/asm/ |
D | syscall_wrapper.h | 68 #define __SYS_STUB0(abi, name) \ argument 69 long __##abi##_##name(const struct pt_regs *regs); \ 70 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \ 71 long __##abi##_##name(const struct pt_regs *regs) \ 72 __alias(__do_##name); 74 #define __SYS_STUBx(abi, name, ...) \ argument 75 long __##abi##_##name(const struct pt_regs *regs); \ 76 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \ 77 long __##abi##_##name(const struct pt_regs *regs) \ 79 return __se_##name(__VA_ARGS__); \ [all …]
|
/Linux-v5.15/fs/nilfs2/ |
D | sysfs.h | 53 #define NILFS_COMMON_ATTR_STRUCT(name) \ argument 54 struct nilfs_##name##_attr { \ 64 #define NILFS_DEV_ATTR_STRUCT(name) \ argument 65 struct nilfs_##name##_attr { \ 67 ssize_t (*show)(struct nilfs_##name##_attr *, struct the_nilfs *, \ 69 ssize_t (*store)(struct nilfs_##name##_attr *, struct the_nilfs *, \ 80 #define NILFS_CP_ATTR_STRUCT(name) \ argument 81 struct nilfs_##name##_attr { \ 83 ssize_t (*show)(struct nilfs_##name##_attr *, struct nilfs_root *, \ 85 ssize_t (*store)(struct nilfs_##name##_attr *, struct nilfs_root *, \ [all …]
|
/Linux-v5.15/include/linux/ |
D | linkage.h | 33 #define SYSCALL_ALIAS(alias, name) asm( \ argument 36 __stringify(name)) 98 #define SYM_L_GLOBAL(name) .globl name argument 99 #define SYM_L_WEAK(name) .weak name argument 100 #define SYM_L_LOCAL(name) /* nothing */ argument 111 #define GLOBAL(name) \ argument 112 .globl name ASM_NL \ 113 name: 118 #define ENTRY(name) \ argument 119 SYM_FUNC_START(name) [all …]
|
D | static_call.h | 146 #define STATIC_CALL_TRAMP_ADDR(name) &STATIC_CALL_TRAMP(name) argument 149 #define STATIC_CALL_TRAMP_ADDR(name) NULL argument 152 #define static_call_update(name, func) \ argument 154 typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \ 155 __static_call_update(&STATIC_CALL_KEY(name), \ 156 STATIC_CALL_TRAMP_ADDR(name), __F); \ 159 #define static_call_query(name) (READ_ONCE(STATIC_CALL_KEY(name).func)) argument 183 #define __DEFINE_STATIC_CALL(name, _func, _func_init) \ argument 184 DECLARE_STATIC_CALL(name, _func); \ 185 struct static_call_key STATIC_CALL_KEY(name) = { \ [all …]
|
D | moduleparam.h | 23 #define __MODULE_INFO(tag, name, info) \ argument 24 static const char __UNIQUE_ID(name)[] \ 28 #define __MODULE_PARM_TYPE(name, _type) \ argument 29 __MODULE_INFO(parmtype, name##type, #name ":" _type) 70 const char *name; member 126 #define module_param(name, type, perm) \ argument 127 module_param_named(name, name, type, perm) 135 #define module_param_unsafe(name, type, perm) \ argument 136 module_param_named_unsafe(name, name, type, perm) 149 #define module_param_named(name, value, type, perm) \ argument [all …]
|
D | btf_ids.h | 47 #define BTF_ID(prefix, name) \ argument 48 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__)) 65 #define __BTF_ID_LIST(name, scope) \ argument 68 "." #scope " " #name "; \n" \ 69 #name ":; \n" \ 72 #define BTF_ID_LIST(name) \ argument 73 __BTF_ID_LIST(name, local) \ 74 extern u32 name[]; 76 #define BTF_ID_LIST_GLOBAL(name) \ argument 77 __BTF_ID_LIST(name, globl) [all …]
|
D | static_call_types.h | 12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name) argument 13 #define STATIC_CALL_KEY_STR(name) __stringify(STATIC_CALL_KEY(name)) argument 18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name) argument 19 #define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name)) argument 37 #define DECLARE_STATIC_CALL(name, func) \ argument 38 extern struct static_call_key STATIC_CALL_KEY(name); \ 39 extern typeof(func) STATIC_CALL_TRAMP(name); 43 #define __raw_static_call(name) (&STATIC_CALL_TRAMP(name)) argument 52 #define __STATIC_CALL_ADDRESSABLE(name) \ argument 53 __ADDRESSABLE(STATIC_CALL_KEY(name)) [all …]
|
D | tracepoint.h | 119 #define __TRACEPOINT_ENTRY(name) \ argument 122 " .long __tracepoint_" #name " - . \n" \ 130 #define __TRACEPOINT_ENTRY(name) \ argument 131 static tracepoint_ptr_t __tracepoint_ptr_##name __used \ 132 __section("__tracepoints_ptrs") = &__tracepoint_##name 165 #define __DO_TRACE_CALL(name, args) \ argument 170 rcu_dereference_raw((&__tracepoint_##name)->funcs); \ 173 static_call(tp_func_##name)(__data, args); \ 177 #define __DO_TRACE_CALL(name, args) __traceiter_##name(NULL, args) argument 184 #define __DO_TRACE(name, args, cond, rcuidle) \ argument [all …]
|
D | notifier.h | 80 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { \ argument 81 spin_lock_init(&(name)->lock); \ 82 (name)->head = NULL; \ 84 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { \ argument 85 init_rwsem(&(name)->rwsem); \ 86 (name)->head = NULL; \ 88 #define RAW_INIT_NOTIFIER_HEAD(name) do { \ argument 89 (name)->head = NULL; \ 94 #define srcu_cleanup_notifier_head(name) \ argument 95 cleanup_srcu_struct(&(name)->srcu); [all …]
|
/Linux-v5.15/sound/soc/codecs/ |
D | arizona.h | 141 #define ARIZONA_GAINMUX_CONTROLS(name, base) \ argument 142 SOC_SINGLE_RANGE_TLV(name " Input Volume", base + 1, \ 146 #define ARIZONA_MIXER_CONTROLS(name, base) \ argument 147 SOC_SINGLE_RANGE_TLV(name " Input 1 Volume", base + 1, \ 150 SOC_SINGLE_RANGE_TLV(name " Input 2 Volume", base + 3, \ 153 SOC_SINGLE_RANGE_TLV(name " Input 3 Volume", base + 5, \ 156 SOC_SINGLE_RANGE_TLV(name " Input 4 Volume", base + 7, \ 160 #define ARIZONA_MUX_ENUM_DECL(name, reg) \ argument 162 name, reg, 0, 0xff, arizona_mixer_texts, arizona_mixer_values) 164 #define ARIZONA_MUX_CTL_DECL(name) \ argument [all …]
|
D | madera.h | 188 #define MADERA_GAINMUX_CONTROLS(name, base) \ argument 189 SOC_SINGLE_RANGE_TLV(name " Input Volume", base + 1, \ 193 #define MADERA_MIXER_CONTROLS(name, base) \ argument 194 SOC_SINGLE_RANGE_TLV(name " Input 1 Volume", base + 1, \ 197 SOC_SINGLE_RANGE_TLV(name " Input 2 Volume", base + 3, \ 200 SOC_SINGLE_RANGE_TLV(name " Input 3 Volume", base + 5, \ 203 SOC_SINGLE_RANGE_TLV(name " Input 4 Volume", base + 7, \ 207 #define MADERA_MUX_ENUM_DECL(name, reg) \ argument 209 name, reg, 0, 0xff, madera_mixer_texts, madera_mixer_values) 211 #define MADERA_MUX_CTL_DECL(name) \ argument [all …]
|
/Linux-v5.15/include/trace/events/ |
D | regulator.h | 17 TP_PROTO(const char *name), 19 TP_ARGS(name), 22 __string( name, name ) 26 __assign_str(name, name); 29 TP_printk("name=%s", __get_str(name)) 35 TP_PROTO(const char *name), 37 TP_ARGS(name) 43 TP_PROTO(const char *name), 45 TP_ARGS(name) 51 TP_PROTO(const char *name), [all …]
|
/Linux-v5.15/drivers/clk/pxa/ |
D | clk-pxa.h | 17 #define PARENTS(name) \ argument 18 static const char *const name ## _parents[] __initconst 19 #define MUX_RO_RATE_RO_OPS(name, clk_name) \ argument 20 static struct clk_hw name ## _mux_hw; \ 21 static struct clk_hw name ## _rate_hw; \ 22 static const struct clk_ops name ## _mux_ops = { \ 23 .get_parent = name ## _get_parent, \ 26 static const struct clk_ops name ## _rate_ops = { \ 27 .recalc_rate = name ## _get_rate, \ 29 static struct clk * __init clk_register_ ## name(void) \ [all …]
|
/Linux-v5.15/tools/include/linux/ |
D | btf_ids.h | 47 #define BTF_ID(prefix, name) \ argument 48 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__)) 65 #define __BTF_ID_LIST(name, scope) \ argument 68 "." #scope " " #name "; \n" \ 69 #name ":; \n" \ 72 #define BTF_ID_LIST(name) \ argument 73 __BTF_ID_LIST(name, local) \ 74 extern u32 name[]; 76 #define BTF_ID_LIST_GLOBAL(name) \ argument 77 __BTF_ID_LIST(name, globl) [all …]
|
D | static_call_types.h | 12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name) argument 13 #define STATIC_CALL_KEY_STR(name) __stringify(STATIC_CALL_KEY(name)) argument 18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name) argument 19 #define STATIC_CALL_TRAMP_STR(name) __stringify(STATIC_CALL_TRAMP(name)) argument 37 #define DECLARE_STATIC_CALL(name, func) \ argument 38 extern struct static_call_key STATIC_CALL_KEY(name); \ 39 extern typeof(func) STATIC_CALL_TRAMP(name); 43 #define __raw_static_call(name) (&STATIC_CALL_TRAMP(name)) argument 52 #define __STATIC_CALL_ADDRESSABLE(name) \ argument 53 __ADDRESSABLE(STATIC_CALL_KEY(name)) [all …]
|
/Linux-v5.15/drivers/clk/imx/ |
D | clk.h | 65 #define imx_clk_cpu(name, parent_name, div, mux, pll, step) \ argument 66 to_clk(imx_clk_hw_cpu(name, parent_name, div, mux, pll, step)) 68 #define clk_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \ argument 70 to_clk(clk_hw_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \ 73 #define imx_clk_pllv3(type, name, parent_name, base, div_mask) \ argument 74 to_clk(imx_clk_hw_pllv3(type, name, parent_name, base, div_mask)) 76 #define imx_clk_pfd(name, parent_name, reg, idx) \ argument 77 to_clk(imx_clk_hw_pfd(name, parent_name, reg, idx)) 79 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ argument 80 to_clk(imx_clk_hw_gate_exclusive(name, parent, reg, shift, exclusive_mask)) [all …]
|
/Linux-v5.15/drivers/memory/tegra/ |
D | tegra194.c | 15 .name = "ptcr", 25 .name = "miu7r", 35 .name = "miu7w", 45 .name = "hdar", 55 .name = "host1xdmar", 65 .name = "nvencsrd", 75 .name = "satar", 85 .name = "mpcorer", 95 .name = "nvencswr", 105 .name = "hdaw", [all …]
|
/Linux-v5.15/arch/arm/mach-omap2/ |
D | powerdomains3xxx_data.c | 33 .name = "iva2_pwrdm", 50 .voltdm = { .name = "mpu_iva" }, 54 .name = "mpu_pwrdm", 66 .voltdm = { .name = "mpu_iva" }, 70 .name = "mpu_pwrdm", 82 .voltdm = { .name = "mpu_iva" }, 96 .name = "core_pwrdm", 109 .voltdm = { .name = "core" }, 113 .name = "core_pwrdm", 131 .voltdm = { .name = "core" }, [all …]
|
D | clockdomains33xx_data.c | 26 .name = "l4ls_clkdm", 27 .pwrdm = { .name = "per_pwrdm" }, 34 .name = "l3s_clkdm", 35 .pwrdm = { .name = "per_pwrdm" }, 42 .name = "l4fw_clkdm", 43 .pwrdm = { .name = "per_pwrdm" }, 50 .name = "l3_clkdm", 51 .pwrdm = { .name = "per_pwrdm" }, 58 .name = "l4hs_clkdm", 59 .pwrdm = { .name = "per_pwrdm" }, [all …]
|
/Linux-v5.15/drivers/soc/bcm/bcm63xx/ |
D | bcm63xx-power.c | 34 const char * const name; member 116 for (entry = table; entry->name; entry++) { in bcm63xx_power_probe() 141 for (entry = table; entry->name; entry++) { in bcm63xx_power_probe() 147 pmd->genpd.name = entry->name; in bcm63xx_power_probe() 153 pmd->genpd.name); in bcm63xx_power_probe() 179 .name = "pcie", 182 .name = "usb", 185 .name = "ephy0", 188 .name = "ephy1", 191 .name = "ephy2", [all …]
|