Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 8645) sorted by relevance

12345678910>>...346

/openbmc/linux/drivers/accel/habanalabs/include/gaudi/
H A Dgaudi_async_ids_map_extended.h20 char name[64]; member
284 .name = "CPU_AXI_SPLITTER" },
511 .name = "NIC0_CS_DBG_DERR" },
516 .name = "NIC1_CS_DBG_DERR" },
521 .name = "NIC2_CS_DBG_DERR" },
526 .name = "NIC3_CS_DBG_DERR" },
531 .name = "NIC4_CS_DBG_DERR" },
682 .name = "STATUS_NIC0_ENG0" },
684 .name = "STATUS_NIC0_ENG1" },
686 .name = "STATUS_NIC1_ENG0" },
[all …]
/openbmc/linux/include/rv/
H A Dda_monitor.h27 #name, \
91 da_monitor_set_state_##name(struct da_monitor *da_mon, enum states_##name state) \
156 da_event_##name(struct da_monitor *da_mon, enum events_##name event) \
164 trace_event_##name(model_get_state_name_##name(curr_state), \
173 cond_react_##name(format_react_msg_##name(curr_state, event)); \
175 trace_error_##name(model_get_state_name_##name(curr_state), \
205 cond_react_##name(format_react_msg_##name(curr_state, event)); \
237 da_monitor_reset_##name(da_get_monitor_##name()); \
330 da_monitor_reset_##name(da_get_monitor_##name(p)); \
387 static inline void da_handle_event_##name(enum events_##name event) \
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DCsrCountryCodes.js36 name: 'Bosnia and Herzegovina ',
44 name: 'British Indian Ocean Territory',
58 name: 'Central African Republic',
96 name: 'Falkland Islands (Malvinas)',
107 name: 'French Southern Territories',
141 name: 'Iran, Islamic Republic of',
221 name: 'Northern Mariana Islands',
254 name: 'Saint Pierre and Miquelon',
309 name: 'Turks and Caicos Islands',
324 name: 'United States of America',
[all …]
/openbmc/linux/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, },
17 { .name = "bsr", .ops = &mov_ops, },
18 { .name = "bt", .ops = &mov_ops, },
19 { .name = "btr", .ops = &mov_ops, },
20 { .name = "bts", .ops = &mov_ops, },
25 { .name = "cmp", .ops = &mov_ops, },
28 { .name = "cs", .ops = &mov_ops, },
[all …]
/openbmc/linux/drivers/clk/bcm/
H A Dclk-bcm63xx-gate.c31 .name = "mac",
34 .name = "tc",
43 .name = "acm",
46 .name = "spi",
49 .name = "usbs",
52 .name = "bmu",
55 .name = "pcm",
58 .name = "ntp",
79 .name = "ephy",
140 .name = "sdr",
[all …]
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.h34 lpfc_param_show(name)\
36 static DEVICE_ATTR(lpfc_##name, S_IRUGO, lpfc_##name##_show, NULL)
47 lpfc_##name##_show, lpfc_##name##_store)
57 lpfc_##name##_show, lpfc_##name##_store)
65 static DEVICE_ATTR(lpfc_##name, S_IRUGO, lpfc_##name##_show, NULL)
76 lpfc_##name##_show, lpfc_##name##_store)
90 static DEVICE_ATTR(lpfc_##name, S_IRUGO, lpfc_##name##_show, NULL)
98 static DEVICE_ATTR(lpfc_##name, S_IRUGO, lpfc_##name##_show, NULL)
109 lpfc_##name##_show, lpfc_##name##_store)
117 static DEVICE_ATTR(lpfc_##name, S_IRUGO, lpfc_##name##_show, NULL)
[all …]
/openbmc/linux/Documentation/netlink/specs/
H A Drt_link.yaml3 name: rt-link
12 name: ifinfo-flags
16 name: up
20 name: debug
30 name: no-arp
38 name: slave
52 name: echo
55 name: rtgenmsg
850 name: phys-port-name
908 name: parent-dev-name
[all …]
H A Dethtool.yaml3 name: ethtool
12 enum-name:
16 name: stringset
22 name: header
28 name: dev-name
41 name: name
50 name: bit
55 name: bitset
69 name: string
212 name: mm
[all …]
/openbmc/linux/drivers/clk/st/
H A Dclk-flexgen.c20 const char *name; member
220 init.name = name; in clk_register_flexgen()
541 { .name = "", },
556 { .name = "", }, { .name = "", }, { .name = "", }, { .name = "", },
557 { .name = "", }, { .name = "", }, { .name = "", }, { .name = "", },
558 { .name = "", }, { .name = "", }, { .name = "", }, { .name = "", },
559 { .name = "", }, { .name = "", }, { .name = "", }, { .name = "", },
560 { .name = "", }, { .name = "", }, { .name = "", }, { .name = "", },
561 { .name = "", }, { .name = "", }, { .name = "", }, { .name = "", },
562 { .name = "", }, { .name = "", }, { .name = "", }, { .name = "", },
[all …]
/openbmc/linux/include/linux/
H A Dstatic_call.h146 #define STATIC_CALL_TRAMP_ADDR(name) &STATIC_CALL_TRAMP(name) argument
159 #define static_call_query(name) (READ_ONCE(STATIC_CALL_KEY(name).func)) argument
209 #define static_call_cond(name) (void)__static_call(name) argument
211 #define EXPORT_STATIC_CALL(name) \ argument
221 ARCH_ADD_TRAMP_KEY(name)
224 ARCH_ADD_TRAMP_KEY(name)
251 #define static_call_cond(name) (void)__static_call(name) argument
269 #define EXPORT_STATIC_CALL(name) \ argument
328 #define static_call_cond(name) (void)__static_call_cond(name) argument
341 #define EXPORT_STATIC_CALL(name) EXPORT_SYMBOL(STATIC_CALL_KEY(name)) argument
[all …]
H A Dlinkage.h36 __stringify(name))
98 #define SYM_L_GLOBAL(name) .globl name
99 #define SYM_L_WEAK(name) .weak name
112 .globl name ASM_NL \
113 name:
133 #define END(name) \
134 .size name, .-name
144 SYM_FUNC_END(name)
155 name:
168 .set .L__sym_size_##name, .-name ASM_NL \
[all …]
H A Dbtf_ids.h92 extern u32 name[];
95 __BTF_ID_LIST(name, globl)
101 BTF_ID_LIST(name) \
161 ".size __BTF_ID__set__" #name ", .-" #name " \n" \
201 ".size __BTF_ID__set8__" #name ", .-" #name " \n" \
207 #define BTF_ID_LIST(name) static u32 __maybe_unused name[64]; argument
211 #define BTF_ID_LIST_GLOBAL(name, n) u32 __maybe_unused name[n]; argument
214 #define BTF_SET_START(name) static struct btf_id_set __maybe_unused name = { 0 }; argument
216 #define BTF_SET_END(name) argument
246 #define BTF_SOCK_TYPE(name, str) name, argument
[all …]
H A Dmoduleparam.h29 __MODULE_INFO(parmtype, name##type, #name ":" _type)
70 const char *name; member
127 module_param_named(name, name, type, perm)
136 module_param_named_unsafe(name, name, type, perm)
289 static const char __param_str_##name[] = prefix #name; \
301 name, &__param_ops_##name, arg, perm, -1, 0)
429 #define param_check_int(name, p) __param_check(name, p, int) argument
501 module_param_array_named(name, name, type, nump, perm)
557 module_param_hw_named(name, name, type, hwtype, perm)
574 param_check_##type(name, &(name)[0]); \
[all …]
H A Dstatic_call_types.h12 #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
43 #define __raw_static_call(name) (&STATIC_CALL_TRAMP(name)) argument
74 #define __static_call(name) __raw_static_call(name) argument
84 #define static_call_mod(name) __raw_static_call(name) argument
86 #define __STATIC_CALL_MOD_ADDRESSABLE(name) __STATIC_CALL_ADDRESSABLE(name) argument
87 #define static_call_mod(name) __static_call(name) argument
90 #define static_call(name) __static_call(name) argument
[all …]
/openbmc/linux/fs/nilfs2/
H A Dsysfs.h54 struct nilfs_##name##_attr { \
65 struct nilfs_##name##_attr { \
81 struct nilfs_##name##_attr { \
98 NILFS_ATTR(type, name, 0444, nilfs_##type##_##name##_show, NULL)
107 NILFS_RO_ATTR(feature, name)
109 NILFS_RW_ATTR(feature, name)
112 NILFS_INFO_ATTR(dev, name)
114 NILFS_RO_ATTR(dev, name)
116 NILFS_RW_ATTR(dev, name)
146 NILFS_RO_ATTR(segctor, name)
[all …]
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump61 'name' => 'msg',
77 'name' => 'type',
85 'name' => 'cc',
89 'name' => 'msg',
101 'name' => 'msg',
153 'name' => 'tid',
157 'name' => 'msg',
169 'name' => 'msg',
181 'name' => 'tid',
10922 'name' => 'name',
[all …]
/openbmc/linux/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 …]
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz_configs.h84 .name = "e1000",
89 .name = "e1000e",
94 .name = "igb",
115 .name = "ide-hd",
139 .name = "floppy",
145 .name = "xhci",
174 .name = "pcnet",
195 .name = "ehci",
210 .name = "ohci",
225 .name = "ac97",
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h89 __alias(__do_##name);
108 __SYS_STUB0(x64, sys_##name)
115 __COND_SYSCALL(x64, sys_##name)
118 #define __X64_SYS_STUB0(name) argument
120 #define __X64_COND_SYSCALL(name) argument
125 __SYS_STUB0(ia32, sys_##name)
132 __COND_SYSCALL(ia32, sys_##name)
135 #define __IA32_SYS_STUB0(name) argument
219 __X32_COMPAT_COND_SYSCALL(name)
252 __X64_COND_SYSCALL(name) \
[all …]
/openbmc/linux/include/trace/events/
H A Dregulator.h19 TP_ARGS(name),
22 __string( name, name )
26 __assign_str(name, name);
37 TP_ARGS(name)
45 TP_ARGS(name)
53 TP_ARGS(name)
61 TP_ARGS(name)
116 __string( name, name )
122 __assign_str(name, name);
150 __string( name, name )
[all …]
/openbmc/linux/sound/soc/codecs/
H A Darizona.h215 { name " Mixer", NULL, name " Input 1" }, \
216 { name " Mixer", NULL, name " Input 2" }, \
225 { name, NULL, name " Preloader"}, \
228 { name, NULL, name " Aux 1" }, \
229 { name, NULL, name " Aux 2" }, \
230 { name, NULL, name " Aux 3" }, \
231 { name, NULL, name " Aux 4" }, \
232 { name, NULL, name " Aux 5" }, \
233 { name, NULL, name " Aux 6" }, \
240 ARIZONA_MIXER_ROUTES(name, name "L"), \
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Durls.py25 name='all-builds'),
32 name='tasks'),
39 name='recipes'),
49 name='packages'),
65 name='target'),
76 name='buildtime'),
81 name='cputime'),
86 name='diskio'),
200 name='xhr_layer'),
204 name='xhr_layer'),
[all …]
/openbmc/linux/tools/include/linux/
H A Dstatic_call_types.h12 #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
43 #define __raw_static_call(name) (&STATIC_CALL_TRAMP(name)) argument
74 #define __static_call(name) __raw_static_call(name) argument
84 #define static_call_mod(name) __raw_static_call(name) argument
86 #define __STATIC_CALL_MOD_ADDRESSABLE(name) __STATIC_CALL_ADDRESSABLE(name) argument
87 #define static_call_mod(name) __static_call(name) argument
90 #define static_call(name) __static_call(name) argument
[all …]
/openbmc/linux/drivers/clk/pxa/
H A Dclk-pxa.h17 #define PARENTS(name) \ argument
32 name ## _parents, \
34 &name ## _mux_hw, &name ## _mux_ops, \
35 &name ## _rate_hw, &name ## _rate_ops, \
47 name ## _parents, \
50 &name ## _rate_hw, &name ## _rate_ops, \
64 name ## _parents, \
67 &name ## _rate_hw, &name ## _rate_ops, \
81 name ## _parents, \
83 &name ## _mux_hw, &name ## _mux_ops, \
[all …]
/openbmc/linux/tools/perf/util/include/linux/
H A Dlinkage.h27 #define SYM_L_GLOBAL(name) .globl name argument
28 #define SYM_L_WEAK(name) .weak name argument
38 linkage(name) ASM_NL \
40 name:
46 SYM_ENTRY(name, linkage, align)
52 .type name sym_type ASM_NL \
53 .set .L__sym_size_##name, .-name ASM_NL \
54 .size name, .-name
61 .set alias, name ASM_NL \
90 #define SYM_FUNC_END(name) \ argument
[all …]

12345678910>>...346