Home
last modified time | relevance | path

Searched full:name (Results 1 – 25 of 11815) sorted by relevance

12345678910>>...473

/kernel/linux/linux-4.19/scripts/kconfig/
Dgconf.glade6 <property name="visible">True</property>
7 <property name="title" translatable="yes">Gtk Kernel Configurator</property>
8 <property name="type">GTK_WINDOW_TOPLEVEL</property>
9 <property name="window_position">GTK_WIN_POS_NONE</property>
10 <property name="modal">False</property>
11 <property name="default_width">640</property>
12 <property name="default_height">480</property>
13 <property name="resizable">True</property>
14 <property name="destroy_with_parent">False</property>
15 <property name="decorated">True</property>
[all …]
/kernel/linux/linux-5.10/scripts/kconfig/
Dgconf.glade6 <property name="visible">True</property>
7 <property name="title" translatable="yes">Gtk Kernel Configurator</property>
8 <property name="type">GTK_WINDOW_TOPLEVEL</property>
9 <property name="window_position">GTK_WIN_POS_NONE</property>
10 <property name="modal">False</property>
11 <property name="default_width">640</property>
12 <property name="default_height">480</property>
13 <property name="resizable">True</property>
14 <property name="destroy_with_parent">False</property>
15 <property name="decorated">True</property>
[all …]
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_attr.h24 #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 …]
/kernel/linux/linux-4.19/drivers/scsi/lpfc/
Dlpfc_attr.h24 #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 …]
/kernel/linux/linux-5.10/tools/perf/arch/x86/annotate/
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 = "andb", .ops = &mov_ops, },
[all …]
/kernel/linux/linux-4.19/tools/perf/arch/x86/annotate/
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 = "andb", .ops = &mov_ops, },
[all …]
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/gaudi/
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-5.10/
DOAT.xml24 <policy name="projectPolicy" desc="">
25 <policyitem type="compatibility" name="GPL-1.0+" path=".*" desc="linux kernel license"/>
26 <policyitem type="compatibility" name="GPL-2.0+" path=".*" desc="linux kernel license"/>
27 <policyitem type="compatibility" name="SPDX:LGPL-2.1" path=".*" desc="linux kernel license"/>
28 <policyitem type="compatibility" name="SPDX:GPL-2.0+" path=".*" desc="linux kernel license"/>
29 <policyitem type="compatibility" name="GPLStyleLicense" path=".*" desc="linux kernel license"/>
30 <policyitem type="compatibility" name="Linux-OpenIB" path=".*" desc="linux kernel license"/>
31 <policyitem type="compatibility" name="SPDX:Zlib" path=".*" desc="linux kernel license"/>
32 <policyitem type="compatibility" name="SPDX:X11" path=".*" desc="linux kernel license"/>
33 <policyitem type="compatibility" name="Unicode-TOU" path=".*" desc="linux kernel license"/>
[all …]
/kernel/linux/linux-5.10/drivers/clk/bcm/
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 = "pcm",
[all …]
/kernel/linux/linux-5.10/fs/nilfs2/
Dsysfs.h53 #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 …]
/kernel/linux/linux-4.19/fs/nilfs2/
Dsysfs.h53 #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 …]
/kernel/linux/linux-4.19/arch/powerpc/include/asm/
Dhead-64.h10 * name for some reason, so these macros can do it for us.
12 .macro define_ftsec name
13 .section ".head.text.\name\()","ax",@progbits
15 .macro define_data_ftsec name
16 .section ".head.data.\name\()","a",@progbits
18 .macro use_ftsec name
19 .section ".head.text.\name\()"
116 #define __FIXED_SECTION_ENTRY_BEGIN(sname, name, __align) \
119 .global name; \
120 name:
[all …]
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dgdb_xml.h25 "<feature name=\"org.gnu.gdb.riscv.cpu\">"
26 "<reg name=\""DBG_REG_ZERO"\" bitsize=\"64\" type=\"int\" regnum=\"0\"/>"
27 "<reg name=\""DBG_REG_RA"\" bitsize=\"64\" type=\"code_ptr\"/>"
28 "<reg name=\""DBG_REG_SP"\" bitsize=\"64\" type=\"data_ptr\"/>"
29 "<reg name=\""DBG_REG_GP"\" bitsize=\"64\" type=\"data_ptr\"/>"
30 "<reg name=\""DBG_REG_TP"\" bitsize=\"64\" type=\"data_ptr\"/>"
31 "<reg name=\""DBG_REG_T0"\" bitsize=\"64\" type=\"int\"/>"
32 "<reg name=\""DBG_REG_T1"\" bitsize=\"64\" type=\"int\"/>"
33 "<reg name=\""DBG_REG_T2"\" bitsize=\"64\" type=\"int\"/>"
34 "<reg name=\""DBG_REG_FP"\" bitsize=\"64\" type=\"data_ptr\"/>"
[all …]
/kernel/linux/linux-5.10/drivers/clk/imx/
Dclk.h67 #define imx_clk_cpu(name, parent_name, div, mux, pll, step) \ argument
68 to_clk(imx_clk_hw_cpu(name, parent_name, div, mux, pll, step))
70 #define clk_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \ argument
72 to_clk(clk_hw_register_gate2(dev, name, parent_name, flags, reg, bit_idx, \
75 #define imx_clk_pllv3(type, name, parent_name, base, div_mask) \ argument
76 to_clk(imx_clk_hw_pllv3(type, name, parent_name, base, div_mask))
78 #define imx_clk_pfd(name, parent_name, reg, idx) \ argument
79 to_clk(imx_clk_hw_pfd(name, parent_name, reg, idx))
81 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ argument
82 to_clk(imx_clk_hw_gate_exclusive(name, parent, reg, shift, exclusive_mask))
[all …]
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dsyscall_wrapper.h68 #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 …]
/kernel/linux/linux-5.10/include/trace/events/
Dregulator.h12 * Events which just log themselves and the regulator name for enable/disable
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)
[all …]
Dhost1x.h22 TP_PROTO(const char *name),
23 TP_ARGS(name),
24 TP_STRUCT__entry(__field(const char *, name)),
25 TP_fast_assign(__entry->name = name;),
26 TP_printk("name=%s", __entry->name)
30 TP_PROTO(const char *name),
31 TP_ARGS(name)
35 TP_PROTO(const char *name),
36 TP_ARGS(name)
40 TP_PROTO(const char *name),
[all …]
/kernel/linux/linux-4.19/sound/soc/codecs/
Darizona.h109 #define ARIZONA_GAINMUX_CONTROLS(name, base) \ argument
110 SOC_SINGLE_RANGE_TLV(name " Input Volume", base + 1, \
114 #define ARIZONA_MIXER_CONTROLS(name, base) \ argument
115 SOC_SINGLE_RANGE_TLV(name " Input 1 Volume", base + 1, \
118 SOC_SINGLE_RANGE_TLV(name " Input 2 Volume", base + 3, \
121 SOC_SINGLE_RANGE_TLV(name " Input 3 Volume", base + 5, \
124 SOC_SINGLE_RANGE_TLV(name " Input 4 Volume", base + 7, \
128 #define ARIZONA_MUX_ENUM_DECL(name, reg) \ argument
130 name, reg, 0, 0xff, arizona_mixer_texts, arizona_mixer_values)
132 #define ARIZONA_MUX_CTL_DECL(name) \ argument
[all …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Darizona.h106 #define ARIZONA_GAINMUX_CONTROLS(name, base) \ argument
107 SOC_SINGLE_RANGE_TLV(name " Input Volume", base + 1, \
111 #define ARIZONA_MIXER_CONTROLS(name, base) \ argument
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) \ argument
127 name, reg, 0, 0xff, arizona_mixer_texts, arizona_mixer_values)
129 #define ARIZONA_MUX_CTL_DECL(name) \ argument
[all …]
Dmadera.h188 #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 …]
/kernel/linux/linux-5.10/include/linux/
Dmoduleparam.h10 module name. */
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
103 * @name: the variable to alter, and exposed parameter name.
107 * @name becomes the module parameter, or (prefixed by KBUILD_MODNAME and a
126 #define module_param(name, type, perm) \ argument
127 module_param_named(name, name, type, perm)
[all …]
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) &STATIC_CALL_TRAMP(name) argument
[all …]
Dlinkage.h33 #define SYSCALL_ALIAS(alias, name) asm( \ argument
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:
118 #define ENTRY(name) \
119 SYM_FUNC_START(name)
[all …]
/kernel/linux/linux-4.19/include/linux/
Dmoduleparam.h10 module name. */
21 #define __MODULE_INFO(tag, name, info) \ argument
22 static const char __UNIQUE_ID(name)[] \
27 #define __MODULE_INFO(tag, name, info) \ argument
28 struct __UNIQUE_ID(name) {}
30 #define __MODULE_PARM_TYPE(name, _type) \ argument
31 __MODULE_INFO(parmtype, name##type, #name ":" _type)
72 const char *name; member
105 * @value: the variable to alter, and exposed parameter name.
128 #define module_param(name, type, perm) \ argument
[all …]
/kernel/linux/linux-4.19/include/trace/events/
Dregulator.h12 * Events which just log themselves and the regulator name for enable/disable
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)
[all …]

12345678910>>...473