Home
last modified time | relevance | path

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

12

/scripts/dtc/libfdt/
Dlibfdt.h227 #define __fdt_set_hdr(name) \ argument
589 const char *name, in fdt_get_property_w()
644 const char *name, int namelen, in fdt_getprop_namelen_w()
682 const char *name, int *lenp) in fdt_getprop_w()
1174 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1209 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1221 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1286 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1291 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1296 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
[all …]
Dfdt_wip.c59 const char *name, int namelen, in fdt_setprop_inplace_namelen_partial()
78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace()
104 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
Dfdt_rw.c203 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, in _fdt_resize_property()
221 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, in _fdt_add_property()
249 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
272 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
290 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop()
317 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
333 const char *name, int namelen) in fdt_add_subnode_namelen()
373 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
Dfdt_ro.c159 const char *name, int namelen) in fdt_subnode_offset_namelen()
178 const char *name) in fdt_subnode_offset()
294 const char *name, in fdt_get_property_namelen()
318 const char *name, int *lenp) in fdt_get_property()
325 const char *name, int namelen, int *lenp) in fdt_getprop_namelen()
350 const char *name, int *lenp) in fdt_getprop()
373 const char *name, int namelen) in fdt_get_alias_namelen()
384 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias()
393 const char *name; in fdt_get_path() local
Dfdt_sw.c170 int fdt_begin_node(void *fdt, const char *name) in fdt_begin_node()
223 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
/scripts/selinux/mdp/
Dmdp.c32 static void usage(char *name) in usage()
40 const char *name; member
/scripts/genksyms/
Dparse.y480 const char *name = strdup((*$1)->string); variable
485 const char *name = strdup((*$1)->string); variable
Dgenksyms.c58 const char *name; member
166 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol()
197 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol()
321 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol()
327 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol()
646 void export_symbol(const char *name) in export_symbol()
707 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
Dgenksyms.h46 const char *name; member
/scripts/kconfig/
Dconfdata.c72 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local
79 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() local
89 char *dst, name[SYMBOL_MAXLENGTH]; in conf_expand_value() local
114 char *env, *name; in conf_get_default_confname() local
251 int conf_read_simple(const char *name, int def) in conf_read_simple()
407 int conf_read(const char *name) in conf_read()
739 int conf_write(const char *name) in conf_write()
841 const char *name; in conf_split_config() local
955 const char *name; in conf_write_autoconf() local
Dutil.c14 struct file *file_lookup(const char *name) in file_lookup()
35 int file_write_dep(const char *name) in file_write_dep()
Dlist.h28 #define LIST_HEAD_INIT(name) { &(name), &(name) } argument
30 #define LIST_HEAD(name) \ argument
Dlkc.h16 static inline void bindtextdomain(const char *name, const char *dir) {} in bindtextdomain()
65 int name; member
Dqconf.cc304 ConfigList::ConfigList(ConfigView* p, const char *name) in ConfigList()
914 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView()
1009 ConfigInfoView::ConfigInfoView(QWidget* parent, const char *name) in ConfigInfoView()
1244 ConfigSearchWindow::ConfigSearchWindow(ConfigMainWindow* parent, const char *name) in ConfigSearchWindow()
1827 const char *name; in main() local
/scripts/dtc/
Dlivetree.c53 struct property *build_property(char *name, struct data val) in build_property()
65 struct property *build_property_delete(char *name) in build_property_delete()
128 struct node *name_node(struct node *node, char *name) in name_node()
240 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name()
273 void delete_node_by_name(struct node *parent, char *name) in delete_node_by_name()
300 char *name, const void *data, int len) in append_to_property()
733 static struct node *build_and_name_child_node(struct node *parent, char *name) in build_and_name_child_node()
744 static struct node *build_root_node(struct node *dt, char *name) in build_root_node()
956 void generate_label_tree(struct dt_info *dti, char *name, bool allocph) in generate_label_tree()
964 void generate_fixups_tree(struct dt_info *dti, char *name) in generate_fixups_tree()
[all …]
Ddtc-lexer.l69 char *name = strchr(yytext, '\"') + 1; variable
Dsrcpos.h28 char *name; member
Ddtc.h141 char *name; member
151 char *name; member
/scripts/basic/
Dfixdep.c145 char name[0]; member
164 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config()
179 static void define_config(const char *name, int len, unsigned int hash) in define_config()
/scripts/gdb/linux/
Dmodules.py34 def find_module_by_name(name): argument
Dutils.py18 def __init__(self, name): argument
/scripts/
Danalyze_suspend.py183 name = '' variable in DeviceNode
279 def addIntraDevTraceEvent(self, action, name, pid, time): argument
305 def capIntraDevTraceEvent(self, action, name, pid, time): argument
475 def newActionGlobal(self, name, start, end): argument
490 def newAction(self, phase, name, pid, parent, start, end, drv): argument
539 def masterTopology(self, name, list, depth): argument
598 name = '' variable in TraceEvent
627 name = '' variable in FTraceLine
3245 def getArgInt(name, args, min, max): argument
Dasn1_compiler.c297 char *name; member
687 struct token *name; member
710 struct token *name; member
858 struct token *name) in parse_type()
1155 struct token *cursor = *_cursor, *name; in parse_compound() local
1218 const char *name = e->name ? e->name->content : "."; in dump_element() local
/scripts/selinux/genheaders/
Dgenheaders.c9 const char *name; member
/scripts/mod/
Dmodpost.c170 char name[0]; member
176 static inline unsigned int tdb_hash(const char *name) in tdb_hash()
192 static struct symbol *alloc_symbol(const char *name, unsigned int weak, in alloc_symbol()
205 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()
218 static struct symbol *find_symbol(const char *name) in find_symbol()
306 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported()
331 static void sym_update_crc(const char *name, struct module *mod, in sym_update_crc()
1229 const char *name = elf->strtab + sym->st_name; in is_valid_name() local
1373 static inline void get_pretty_name(int is_func, const char** name, const char** name_p) in get_pretty_name()
2154 static void add_staging_flag(struct buffer *b, const char *name) in add_staging_flag()

12