Home
last modified time | relevance | path

Searched refs:name (Results 1 - 25 of 39442) sorted by relevance

12345678910>>...1578

/kernel/linux/linux-6.6/include/rv/
H A Dda_monitor.h20 #define DECLARE_RV_REACTING_HELPERS(name, type) \
21 static char REACT_MSG_##name[1024]; \
23 static inline char *format_react_msg_##name(type curr_state, type event) \
25 snprintf(REACT_MSG_##name, 1024, \
27 #name, \
28 model_get_event_name_##name(event), \
29 model_get_state_name_##name(curr_state)); \
30 return REACT_MSG_##name; \
33 static void cond_react_##name(char *msg) \
35 if (rv_##name
[all...]
/kernel/linux/linux-5.10/tools/perf/arch/x86/annotate/
H A Dinstructions.c3 { .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
[all...]
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/gaudi/
H A Dgaudi_async_ids_map_extended.h20 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...]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/gaudi/
H A Dgaudi_async_ids_map_extended.h20 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...]
/kernel/linux/linux-6.6/tools/perf/arch/x86/annotate/
H A Dinstructions.c11 { .name = "adc", .ops = &mov_ops, },
12 { .name = "add", .ops = &mov_ops, },
13 { .name = "addsd", .ops = &mov_ops, },
14 { .name = "and", .ops = &mov_ops, },
15 { .name = "andpd", .ops = &mov_ops, },
16 { .name = "andps", .ops = &mov_ops, },
17 { .name = "bsr", .ops = &mov_ops, },
18 { .name = "bt", .ops = &mov_ops, },
19 { .name = "btr", .ops = &mov_ops, },
20 { .name
[all...]
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_attr.h24 #define LPFC_ATTR(name, defval, minval, maxval, desc) \
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) \
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...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_attr.h24 #define LPFC_ATTR(name, defval, minval, maxval, desc) \
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) \
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...]
/kernel/linux/linux-6.6/include/linux/
H A Dstatic_call.h17 * DECLARE_STATIC_CALL(name, func);
18 * DEFINE_STATIC_CALL(name, func);
19 * DEFINE_STATIC_CALL_NULL(name, typename);
20 * DEFINE_STATIC_CALL_RET0(name, typename);
24 * static_call(name)(args...);
25 * static_call_cond(name)(args...);
26 * static_call_update(name, func);
27 * static_call_query(name);
55 * Each static_call() site calls into a trampoline associated with the name.
57 * name wil
[all...]
H A Dlinkage.h33 #define SYSCALL_ALIAS(alias, name) asm( \
36 __stringify(name))
98 #define SYM_L_GLOBAL(name) .globl name
99 #define SYM_L_WEAK(name) .weak name
100 #define SYM_L_LOCAL(name) /* nothing */
111 #define GLOBAL(name) \
112 .globl name ASM_NL \
113 name
[all...]
H A Dbtf_ids.h58 #define BTF_ID(prefix, name) \
59 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__), "")
61 #define ____BTF_ID_FLAGS(prefix, name, flags) \
62 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__), ".long " #flags "\n")
63 #define __BTF_ID_FLAGS(prefix, name, flags, ...) \
64 ____BTF_ID_FLAGS(prefix, name, flags)
65 #define BTF_ID_FLAGS(prefix, name, ...) \
66 __BTF_ID_FLAGS(prefix, name, ##__VA_ARGS__, 0)
83 #define __BTF_ID_LIST(name, scope) \
86 "." #scope " " #name "; \
[all...]
H A Dmoduleparam.h10 module name. */
23 #define __MODULE_INFO(tag, name, info) \
24 static const char __UNIQUE_ID(name)[] \
28 #define __MODULE_PARM_TYPE(name, _type) \
29 __MODULE_INFO(parmtype, name##type, #name ":" _type)
70 const char *name; member
103 * @name: the variable to alter, and exposed parameter name.
107 * @name become
[all...]
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsysfs.h53 #define NILFS_COMMON_ATTR_STRUCT(name) \
54 struct nilfs_##name##_attr { \
64 #define NILFS_DEV_ATTR_STRUCT(name) \
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) \
81 struct nilfs_##name##_attr { \
83 ssize_t (*show)(struct nilfs_##name##_attr *, struct nilfs_root *, \
85 ssize_t (*store)(struct nilfs_##name##_att
[all...]
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsysfs.h53 #define NILFS_COMMON_ATTR_STRUCT(name) \
54 struct nilfs_##name##_attr { \
64 #define NILFS_DEV_ATTR_STRUCT(name) \
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) \
81 struct nilfs_##name##_attr { \
83 ssize_t (*show)(struct nilfs_##name##_attr *, struct nilfs_root *, \
85 ssize_t (*store)(struct nilfs_##name##_att
[all...]
/kernel/linux/linux-6.6/drivers/clk/st/
H A Dclk-flexgen.c20 const char *name; member
206 static struct clk *clk_register_flexgen(const char *name, in clk_register_flexgen() argument
220 init.name = name; in clk_register_flexgen()
308 { .name = "clk-ic-lmi0", .flags = CLK_IS_CRITICAL },
318 { .name = "clk-ic-lmi0", .flags = CLK_IS_CRITICAL },
319 { .name = "clk-ic-lmi1", .flags = CLK_IS_CRITICAL },
328 { .name = "clk-icn-gpu", },
329 { .name = "clk-fdma", },
330 { .name
[all...]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/gaudi2/
H A Dgaudi2_async_ids_map_extended.h28 char name[64]; member
33 .name = "" },
35 .name = "" },
37 .name = "" },
39 .name = "" },
41 .name = "" },
43 .name = "" },
45 .name = "" },
47 .name = "" },
49 .name
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dlinkage.h33 #define SYSCALL_ALIAS(alias, name) asm( \
36 __stringify(name))
98 #define SYM_L_GLOBAL(name) .globl name
99 #define SYM_L_WEAK(name) .weak name
100 #define SYM_L_LOCAL(name) /* nothing */
111 #define GLOBAL(name) \
112 .globl name ASM_NL \
113 name
[all...]
H A Dstatic_call.h17 * DECLARE_STATIC_CALL(name, func);
18 * DEFINE_STATIC_CALL(name, func);
19 * DEFINE_STATIC_CALL_NULL(name, typename);
20 * static_call(name)(args...);
21 * static_call_cond(name)(args...);
22 * static_call_update(name, func);
48 * Each static_call() site calls into a trampoline associated with the name.
50 * name will modify the trampoline's branch destination.
90 * static_call_cond(name)(arg1);
108 #define STATIC_CALL_TRAMP_ADDR(name)
[all...]
H A Dmoduleparam.h10 module name. */
23 #define __MODULE_INFO(tag, name, info) \
24 static const char __UNIQUE_ID(name)[] \
28 #define __MODULE_PARM_TYPE(name, _type) \
29 __MODULE_INFO(parmtype, name##type, #name ":" _type)
70 const char *name; member
103 * @name: the variable to alter, and exposed parameter name.
107 * @name become
[all...]
/kernel/linux/linux-5.10/drivers/clk/bcm/
H A Dclk-bcm63xx-gate.c18 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
[all...]
/kernel/linux/linux-6.6/drivers/clk/bcm/
H A Dclk-bcm63xx-gate.c17 const char * const name; member
31 .name = "mac",
34 .name = "tc",
37 .name = "us_top",
40 .name = "ds_top",
43 .name = "acm",
46 .name = "spi",
49 .name = "usbs",
52 .name = "bmu",
55 .name
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dsyscall_wrapper.h85 #define __SYS_STUB0(abi, name) \
86 long __##abi##_##name(const struct pt_regs *regs); \
87 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
88 long __##abi##_##name(const struct pt_regs *regs) \
89 __alias(__do_##name);
91 #define __SYS_STUBx(abi, name, ...) \
92 long __##abi##_##name(const struct pt_regs *regs); \
93 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
94 long __##abi##_##name(const struct pt_regs *regs) \
96 return __se_##name(__VA_ARGS_
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Darizona.h106 #define ARIZONA_GAINMUX_CONTROLS(name, base) \
107 SOC_SINGLE_RANGE_TLV(name " Input Volume", base + 1, \
111 #define ARIZONA_MIXER_CONTROLS(name, base) \
112 SOC_SINGLE_RANGE_TLV(name " Input 1 Volume", base + 1, \
115 SOC_SINGLE_RANGE_TLV(name " Input 2 Volume", base + 3, \
118 SOC_SINGLE_RANGE_TLV(name " Input 3 Volume", base + 5, \
121 SOC_SINGLE_RANGE_TLV(name " Input 4 Volume", base + 7, \
125 #define ARIZONA_MUX_ENUM_DECL(name, reg) \
127 name, reg, 0, 0xff, arizona_mixer_texts, arizona_mixer_values)
129 #define ARIZONA_MUX_CTL_DECL(name) \
[all...]
/kernel/linux/linux-6.6/drivers/clk/imx/
H A Dclk.h95 struct clk_hw *imx_clk_fracn_gppll(const char *name, const char *parent_name, void __iomem *base,
97 struct clk_hw *imx_clk_fracn_gppll_integer(const char *name, const char *parent_name,
104 #define imx_clk_cpu(name, parent_name, div, mux, pll, step) \
105 to_clk(imx_clk_hw_cpu(name, parent_name, div, mux, pll, step))
107 #define clk_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \
109 to_clk(clk_hw_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \
112 #define imx_clk_pllv3(type, name, parent_name, base, div_mask) \
113 to_clk(imx_clk_hw_pllv3(type, name, parent_name, base, div_mask))
115 #define imx_clk_pfd(name, parent_name, reg, idx) \
116 to_clk(imx_clk_hw_pfd(name, parent_nam
344 imx_clk_hw_fixed(const char *name, int rate) imx_clk_hw_fixed() argument
349 imx_clk_hw_fixed_factor(const char *name, const char *parent, unsigned int mult, unsigned int div) imx_clk_hw_fixed_factor() argument
356 imx_clk_hw_divider_closest(const char *name, const char *parent, void __iomem *reg, u8 shift, u8 width) imx_clk_hw_divider_closest() argument
365 __imx_clk_hw_divider(const char *name, const char *parent, void __iomem *reg, u8 shift, u8 width, unsigned long flags) __imx_clk_hw_divider() argument
374 __imx_clk_hw_gate(const char *name, const char *parent, void __iomem *reg, u8 shift, unsigned long flags, unsigned long clk_gate_flags) __imx_clk_hw_gate() argument
383 __imx_clk_hw_gate2(const char *name, const char *parent, void __iomem *reg, u8 shift, u8 cgr_val, unsigned long flags, unsigned int *share_count) __imx_clk_hw_gate2() argument
392 __imx_clk_hw_mux(const char *name, void __iomem *reg, u8 shift, u8 width, const char * const *parents, int num_parents, unsigned long flags, unsigned long clk_mux_flags) __imx_clk_hw_mux() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/include/linux/
H A Dlinkage.h27 #define SYM_L_GLOBAL(name) .globl name
28 #define SYM_L_WEAK(name) .weak name
29 #define SYM_L_LOCAL(name) /* nothing */
37 #define SYM_ENTRY(name, linkage, align...) \
38 linkage(name) ASM_NL \
40 name:
45 #define SYM_START(name, linkage, align...) \
46 SYM_ENTRY(name, linkag
[all...]
/kernel/linux/linux-6.6/tools/include/linux/
H A Dbtf_ids.h56 #define BTF_ID(prefix, name) \
57 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__))
74 #define __BTF_ID_LIST(name, scope) \
77 "." #scope " " #name "; \n" \
78 #name ":; \n" \
81 #define BTF_ID_LIST(name) \
82 __BTF_ID_LIST(name, local) \
83 extern u32 name[];
85 #define BTF_ID_LIST_GLOBAL(name, n) \
86 __BTF_ID_LIST(name, glob
[all...]

Completed in 233 milliseconds

12345678910>>...1578