Home
last modified time | relevance | path

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

12

/scripts/dtc/libfdt/
Dlibfdt.h247 #define fdt_set_hdr_(name) \ argument
690 const char *name, in fdt_get_property_w()
748 const char *name, int namelen, in fdt_getprop_namelen_w()
787 const char *name, int *lenp) in fdt_getprop_w()
1285 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1320 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1332 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1435 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1440 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1447 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.c170 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_()
188 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_()
220 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
243 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder()
261 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
276 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop()
303 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
319 const char *name, int namelen) in fdt_add_subnode_namelen()
359 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
Dfdt_overlay.c117 const char *name, uint32_t delta) in overlay_phandle_add_offset()
232 const char *name; in overlay_update_local_node_references() local
370 const char *name, uint32_t name_len, in overlay_fixup_one_phandle()
444 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local
563 const char *name; in overlay_apply_node() local
581 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() local
653 const char *name; in get_path_len() local
700 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()
56 const char *name, uint64_t addr, uint64_t size) in fdt_appendprop_addrrange()
Dfdt_ro.c211 const char *name, int namelen) in fdt_subnode_offset_namelen()
230 const char *name) in fdt_subnode_offset()
380 const char *name, in fdt_get_property_namelen_()
410 const char *name, in fdt_get_property_namelen()
428 const char *name, int *lenp) in fdt_get_property()
435 const char *name, int namelen, int *lenp) in fdt_getprop_namelen()
461 const char *name; in fdt_getprop_by_offset() local
481 const char *name, int *lenp) in fdt_getprop()
504 const char *name, int namelen) in fdt_get_alias_namelen()
515 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias()
[all …]
Dfdt_sw.c211 int fdt_begin_node(void *fdt, const char *name) in fdt_begin_node()
285 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder()
317 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
/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.c129 static int conf_touch_dep(const char *name) in conf_touch_dep()
222 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local
229 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() local
350 int conf_read_simple(const char *name, int def) in conf_read_simple()
513 int conf_read(const char *name) in conf_read()
843 int conf_write(const char *name) in conf_write()
959 static int conf_write_dep(const char *name) in conf_write_dep()
990 const char *name; in conf_touch_deps() local
1063 const char *name; in conf_write_autoconf() local
Dlist.h29 #define LIST_HEAD_INIT(name) { &(name), &(name) } argument
31 #define LIST_HEAD(name) \ argument
Dqconf.cc303 ConfigList::ConfigList(ConfigView* p, const char *name) in ConfigList()
913 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView()
1008 ConfigInfoView::ConfigInfoView(QWidget* parent, const char *name) in ConfigInfoView()
1242 ConfigSearchWindow::ConfigSearchWindow(ConfigMainWindow* parent, const char *name) in ConfigSearchWindow()
1527 const char *name; in loadConfig() local
1560 const char *name; in saveConfigAs() local
1856 const char *name; in main() local
/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.py62 def lookup_hlist(self, hlist_head, name): argument
70 def invoke(self, name): argument
Dmodules.py34 def find_module_by_name(name): argument
/scripts/genksyms/
Dparse.y472 const char *name = strdup((*$1)->string); variable
477 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()
698 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
Dkeywords.c3 const char *name; member
/scripts/selinux/mdp/
Dmdp.c24 static void usage(char *name) in usage()
32 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()
785 static struct node *build_and_name_child_node(struct node *parent, char *name) in build_and_name_child_node()
796 static struct node *build_root_node(struct node *dt, char *name) in build_root_node()
1011 void generate_label_tree(struct dt_info *dti, char *name, bool allocph) in generate_label_tree()
[all …]
Ddtc-lexer.l56 char *name = strchr(yytext, '\"') + 1; variable
Dsrcpos.h15 char *name; member
/scripts/
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.c168 char name[0]; member
187 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config()
202 static void define_config(const char *name, int len, unsigned int hash) in define_config()
/scripts/gcc-plugins/
Dlatent_entropy_plugin.c122 static tree handle_latent_entropy_attribute(tree *node, tree name, in handle_latent_entropy_attribute()
285 static tree create_var(tree type, const char *name) in create_var()
491 tree name, var = NODE_DECL(node); in create_latent_entropy_decl() local
/scripts/selinux/genheaders/
Dgenheaders.c14 const char *name; member

12