Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 52) sorted by relevance

123

/scripts/dtc/libfdt/
Dlibfdt.h260 #define fdt_set_hdr_(name) \ argument
723 const char *name, in fdt_get_property_w()
783 const char *name, int namelen, in fdt_getprop_namelen_w()
822 const char *name, int *lenp) in fdt_getprop_w()
1325 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1360 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1377 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1480 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1485 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1492 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
[all …]
Dfdt_wip.c14 const char *name, int namelen, in fdt_setprop_inplace_namelen_partial()
33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace()
59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
Dfdt_rw.c184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_()
202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_()
235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder()
276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop()
318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
334 const char *name, int namelen) in fdt_add_subnode_namelen()
377 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
Dfdt_overlay.c102 const char *name, uint32_t delta) in overlay_phandle_add_offset()
217 const char *name; in overlay_update_local_node_references() local
356 const char *name, uint32_t name_len, in overlay_fixup_one_phandle()
430 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local
549 const char *name; in overlay_apply_node() local
567 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() local
639 const char *name; in get_path_len() local
686 const char *name; in overlay_symbol_update() local
Dfdt_addresses.c14 static int fdt_cells(const void *fdt, int nodeoffset, const char *name) in fdt_cells()
58 const char *name, uint64_t addr, uint64_t size) in fdt_appendprop_addrrange()
Dfdt_ro.c226 const char *name, int namelen) in fdt_subnode_offset_namelen()
245 const char *name) in fdt_subnode_offset()
396 const char *name, in fdt_get_property_namelen_()
427 const char *name, in fdt_get_property_namelen()
445 const char *name, int *lenp) in fdt_get_property()
452 const char *name, int namelen, int *lenp) in fdt_getprop_namelen()
478 const char *name; in fdt_getprop_by_offset() local
503 const char *name, int *lenp) in fdt_getprop()
526 const char *name, int namelen) in fdt_get_alias_namelen()
537 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias()
[all …]
Dfdt_sw.c219 int fdt_begin_node(void *fdt, const char *name) in fdt_begin_node()
293 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder()
325 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
/scripts/selinux/genheaders/
Dgenheaders.c14 const char *name; member
66 char *name = stoupperx(secclass_map[i].name); in main() local
92 char *name = stoupperx(secclass_map[i].name); in main() local
129 char *name = stoupperx(map->name); in main() local
/scripts/selinux/mdp/
Dmdp.c24 static void usage(char *name) in usage()
32 const char *name; member
74 const char *name = initial_sid_to_string[i]; in main() local
143 const char *name = initial_sid_to_string[i]; in main() local
/scripts/kconfig/
Dpreprocess.c39 char *name; member
44 static void env_add(const char *name, const char *value) in env_add()
64 static char *env_expand(const char *name) in env_expand()
106 const char *name; member
202 static char *function_expand(const char *name, int argc, char *argv[]) in function_expand()
232 char *name; member
239 static struct variable *variable_lookup(const char *name) in variable_lookup()
251 static char *variable_expand(const char *name, int argc, char *argv[]) in variable_expand()
279 void variable_add(const char *name, const char *value, in variable_add()
348 char *tmp, *name, *res, *endptr, *prev, *p; in eval_clause() local
Dconfdata.c131 static int conf_touch_dep(const char *name) in conf_touch_dep()
200 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local
207 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() local
214 char *name = getenv("KCONFIG_AUTOHEADER"); in conf_get_autoheader_name() local
221 char *name = getenv("KCONFIG_RUSTCCFG"); in conf_get_rustccfg_name() local
344 int conf_read_simple(const char *name, int def) in conf_read_simple()
542 int conf_read(const char *name) in conf_read()
911 int conf_write(const char *name) in conf_write()
1030 char name[PATH_MAX], tmp[PATH_MAX]; in conf_write_autoconf_cmd() local
1078 const char *name, *tmp; in conf_touch_deps() local
Dlist.h29 #define LIST_HEAD_INIT(name) { &(name), &(name) } argument
31 #define LIST_HEAD(name) \ argument
/scripts/gdb/linux/
Ddevice.py49 def get_bus_by_name(name): argument
56 def get_class_by_name(name): argument
156 def invoke(self, bus, name): argument
170 def invoke(self, cls, name): argument
Dclk.py64 def lookup_hlist(self, hlist_head, name): argument
72 def invoke(self, name): argument
Dmodules.py34 def find_module_by_name(name): argument
/scripts/genksyms/
Dparse.y475 const char *name = strdup((*$1)->string); variable
480 const char *name = strdup((*$1)->string); variable
Dgenksyms.c46 const char *name; member
154 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol()
185 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol()
309 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol()
315 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol()
634 void export_symbol(const char *name) in export_symbol()
694 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
Dkeywords.c3 const char *name; member
/scripts/dtc/
Dlivetree.c39 struct property *build_property(char *name, struct data val, in build_property()
53 struct property *build_property_delete(char *name) in build_property_delete()
119 struct node *name_node(struct node *node, char *name) in name_node()
234 char *name; in add_orphan_node() local
279 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name()
312 void delete_node_by_name(struct node *parent, char *name) in delete_node_by_name()
339 char *name, const void *data, int len, in append_to_property()
811 static struct node *build_and_name_child_node(struct node *parent, char *name) in build_and_name_child_node()
822 static struct node *build_root_node(struct node *dt, char *name) in build_root_node()
1043 void generate_label_tree(struct dt_info *dti, char *name, bool allocph) in generate_label_tree()
[all …]
Ddtc-lexer.l55 char *name = strchr(yytext, '\"') + 1; variable
/scripts/
Drustdoc_test_builder.rs67 let name = rustdoc_function_name.split_once("_rust_kernel_").unwrap().1; in main() localVariable
Dinsert-sys-cert.c61 char *name; member
93 static void get_symbol_from_map(Elf_Ehdr *hdr, FILE *f, char *name, in get_symbol_from_map()
133 static Elf_Sym *find_elf_symbol(Elf_Ehdr *hdr, Elf_Shdr *symtab, char *name) in find_elf_symbol()
158 char *name, struct sym *s) in get_symbol_from_table()
/scripts/basic/
Dfixdep.c112 char name[]; member
131 static void add_to_hashtable(const char *name, int len, unsigned int hash, in add_to_hashtable()
151 static bool in_hashtable(const char *name, int len, struct item *hashtab[]) in in_hashtable()
/scripts/mod/
Dlist.h42 #define LIST_HEAD_INIT(name) { &(name), &(name) } argument
44 #define LIST_HEAD(name) \ argument
/scripts/gcc-plugins/
Dlatent_entropy_plugin.c128 static tree handle_latent_entropy_attribute(tree *node, tree name, in handle_latent_entropy_attribute()
279 static tree create_var(tree type, const char *name) in create_var()
485 tree name, var = NODE_DECL(node); in create_latent_entropy_decl() local

123