Home
last modified time | relevance | path

Searched defs:name (Results 401 – 425 of 8815) sorted by relevance

1...<<11121314151617181920>>...353

/openbmc/linux/drivers/scsi/isci/
H A Dregisters.h184 #define SCU_GEN_BIT(name) \ argument
220 #define SMU_ISR_GEN_BIT(name) \ argument
236 #define SMU_IMR_GEN_BIT(name) \ argument
283 #define SMU_CQPR_GEN_BIT(name) \ argument
305 #define SMU_CQGR_GEN_BIT(name) \ argument
391 #define SMU_CGUCR_GEN_BIT(name) \ argument
406 #define SMU_SMUCSR_GEN_BIT(name) \ argument
509 #define SMU_TCA_GEN_BIT(name) \ argument
533 #define SCU_UFQPP_GEN_BIT(name) \ argument
551 #define SCU_UFQGP_GEN_BIT(name) \ argument
[all …]
/openbmc/linux/sound/core/
H A Dctljack.c30 static int get_available_index(struct snd_card *card, const char *name) in get_available_index()
49 static void jack_kctl_name_gen(char *name, const char *src_name, int size) in jack_kctl_name_gen()
63 snd_kctl_jack_new(const char *name, struct snd_card *card) in snd_kctl_jack_new()
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-debug.c24 #define MXC_ISI_DEBUG_REG(name) { name, #name } in mxc_isi_debug_dump_regs_show() argument
27 const char * const name; in mxc_isi_debug_dump_regs_show() member
98 char name[8]; in mxc_isi_debug_init() local
/openbmc/linux/drivers/base/firmware_loader/builtin/
H A Dmain.c11 char *name; member
47 bool firmware_request_builtin(struct firmware *fw, const char *name) in firmware_request_builtin()
86 bool firmware_request_builtin_buf(struct firmware *fw, const char *name, in firmware_request_builtin_buf()
/openbmc/sdbusplus/src/
H A Dexception.cpp75 const char* SdBusError::name() const noexcept in name() function in sdbusplus::exception::SdBusError
126 const char* InvalidEnumString::name() const noexcept in name() function in sdbusplus::exception::InvalidEnumString
165 const char* UnpackPropertyError::name() const noexcept in name() function in sdbusplus::exception::UnpackPropertyError
185 const char* UnhandledStop::name() const noexcept in name() function in sdbusplus::exception::UnhandledStop
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py612 def __getattr__(self, name): argument
621 def __setattr__(self, name, value): argument
631 def __delattr__(self, name): argument
916 def __getattr__(self, name): argument
926 def _setattr(self, name, value, prop=True): argument
947 def __setattr__(self, name, value): argument
950 def _delattr(self, name, prop=True): argument
963 def __delattr__(self, name): argument
994 def name(self): member in Branch
998 def name(self, value): member in Branch
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dqfq.json4 "name": "Create QFQ with default setting", string
27 "name": "Create QFQ with class weight setting", string
51 "name": "Test QFQ with max class weight setting", string
75 "name": "Create QFQ with class maxpkt setting", string
99 "name": "Test QFQ class maxpkt setting lower bound", string
123 "name": "Test QFQ class maxpkt setting upper bound", string
147 "name": "Create QFQ with multiple class setting", string
172 "name": "Delete QFQ with handle", string
196 "name": "Show QFQ class", string
219 "name": "QFQ with big MTU", string
[all …]
H A Dingress.json4 "name": "Add ingress qdisc", string
24 "name": "Add ingress qdisc with unsupported argument", string
43 "name": "Add duplicate ingress qdisc", string
64 "name": "Delete nonexistent ingress qdisc", string
83 "name": "Delete ingress qdisc twice", string
104 "name": "Show ingress class", string
H A Dgred.json4 "name": "Create GRED with default setting", string
27 "name": "Create GRED with grio setting", string
50 "name": "Create GRED with limit setting", string
73 "name": "Create GRED with ecn setting", string
96 "name": "Create GRED with harddrop setting", string
119 "name": "Change GRED setting", string
143 "name": "Show GRED class", string
/openbmc/sdbusplus/tools/sdbusplus/
H A Dnamedelement.py25 def __getattribute__(self, name): argument
62 def __fixup_name(name): argument
171 def lower_camel_case(name): argument
/openbmc/linux/arch/arm64/kernel/
H A Dreloc_test_core.c14 #define __SET_ABS(name, val) asm(".globl " #name "; .set "#name ", " #val) argument
15 #define SET_ABS(name, val) __SET_ABS(name, val) argument
34 char name[32]; member
/openbmc/linux/tools/firewire/
H A Ddecode-fcp.c44 const char *name; member
48 const char *name; /* Short name for field. */ member
56 const char *name; member
150 const char *name; in decode_avc() local
/openbmc/qemu/python/qemu/utils/
H A Dqom.py67 name = 'set' variable in QOMSet
114 name = 'get' variable in QOMGet
162 name = 'list' variable in QOMList
208 name = 'tree' variable in QOMTree
/openbmc/linux/drivers/nubus/
H A Dproc.c56 char name[2]; in nubus_proc_add_board() local
72 char name[9]; in nubus_proc_add_rsrc_dir() local
157 char name[9]; in nubus_proc_add_rsrc_mem() local
176 char name[9]; in nubus_proc_add_rsrc() local
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_helper.h19 #define NF_NAT_HELPER_NAME(name) NF_NAT_HELPER_PREFIX name argument
20 #define MODULE_ALIAS_NF_NAT_HELPER(name) \ argument
35 char name[NF_CT_HELPER_NAME_LEN]; /* name of the module */ member
148 const char *name; member
172 #define NF_CT_NAT_HELPER_INIT(name) \ argument
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py28 def __new__(cls, prefix, name, namespace=None): argument
181 def _formatter_for_name(self, name): argument
405 def find_next(self, name=None, attrs={}, text=None, **kwargs): argument
458 def find_previous_siblings(self, name=None, attrs={}, text=None, argument
467 def find_parent(self, name=None, attrs={}, **kwargs): argument
498 def _find_one(self, method, name, attrs, text, **kwargs): argument
719 def name(self): member in NavigableString
723 def name(self, name): argument
763 def for_name_and_ids(cls, name, pub_id, system_id): argument
1232 def find(self, name=None, attrs={}, recursive=True, text=None, argument
[all …]
/openbmc/u-boot/include/
H A Denv_callback.h76 const char *name; /* Callback name */ member
89 #define U_BOOT_ENV_CALLBACK(name, callback) \ argument
95 #define U_BOOT_ENV_CALLBACK(name, callback) \ argument
/openbmc/phosphor-logging/lib/
H A Delog.cpp31 uint32_t commit(const char* name) in commit()
43 uint32_t commit(const char* name, Entry::Level level) in commit()
56 uint32_t commit(std::string&& name) in commit()
/openbmc/qemu/trace/
H A Dqmp.c17 const char *name, Error **errp) in check_events()
50 TraceEventInfoList *qmp_trace_event_get_state(const char *name, in qmp_trace_event_get_state()
86 void qmp_trace_event_set_state(const char *name, bool enable, in qmp_trace_event_set_state()
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/
H A Dtests.json4 "name": "Add matchall and try to get it", string
27 "name": "Add flower with max handle and then dump it", string
46 "name": "Add 1M filters with the same action", string
70 "name": "Try to add filter with duplicate key", string
93 "name": "Add flower filter and then terse dump it", string
112 "name": "Add flower filter and verify that terse dump doesn't output filter key", string
/openbmc/qemu/target/riscv/
H A Darch_dump.c46 char name[8]; /* align_up(sizeof("CORE"), 4) */ member
55 const char *name, Elf64_Word namesz, in riscv64_note_init()
74 const char name[] = "CORE"; in riscv_cpu_write_elf64_note() local
115 char name[8]; /* align_up(sizeof("CORE"), 4) */ member
124 const char *name, Elf32_Word namesz, in riscv32_note_init()
143 const char name[] = "CORE"; in riscv_cpu_write_elf32_note() local
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/
H A Dconfig.json3 "name": "fan0", string
22 "name": "fan1", string
41 "name": "fan2", string
60 "name": "fan3", string
79 "name": "fan4", string
98 "name": "fan5", string
/openbmc/linux/kernel/module/
H A Dkallsyms.c16 static const struct kernel_symbol *lookup_exported_symbol(const char *name, in lookup_exported_symbol()
24 static int is_exported(const char *name, unsigned long value, in is_exported()
385 char *name, char *module_name, int *exported) in module_get_kallsym()
414 static unsigned long __find_kallsyms_symbol_value(struct module *mod, const char *name) in __find_kallsyms_symbol_value()
429 static unsigned long __module_kallsyms_lookup_name(const char *name) in __module_kallsyms_lookup_name()
455 unsigned long module_kallsyms_lookup_name(const char *name) in module_kallsyms_lookup_name()
466 unsigned long find_kallsyms_symbol_value(struct module *mod, const char *name) in find_kallsyms_symbol_value()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dkwork_trace.bpf.c89 static __always_inline int trace_event_match(struct work_key *key, char *name) in trace_event_match()
164 struct work_key *key, char *name) in do_update_name()
182 char *name) in update_timestart_and_name()
208 char *name) in update_timeend_and_name()
222 char name[MAX_KWORKNAME]; in report_irq_handler_entry() local
338 char name[MAX_KWORKNAME]; in report_workqueue_execute_end() local
368 char name[MAX_KWORKNAME]; in latency_workqueue_execute_start() local
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_overlay.c162 const char *name, uint32_t delta) in overlay_phandle_add_offset()
277 const char *name; in overlay_update_local_node_references() local
415 const char *name, uint32_t name_len, in overlay_fixup_one_phandle()
489 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local
608 const char *name; in overlay_apply_node() local
626 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() local
698 const char *name; in get_path_len() local
745 const char *name; in overlay_symbol_update() local

1...<<11121314151617181920>>...353