Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 26) sorted by relevance

12

/scripts/dtc/
A Ddtc.h142 struct property { struct
147 struct property *next; argument
155 struct property *proplist; argument
198 struct property *build_property_delete(char *name);
199 struct property *chain_property(struct property *first, struct property *list);
200 struct property *reverse_properties(struct property *first);
211 void add_property(struct node *node, struct property *prop);
213 void delete_property(struct property *prop);
222 cell_t propval_cell(struct property *prop);
223 cell_t propval_cell_n(struct property *prop, int n);
[all …]
A Dlivetree.c77 struct property *chain_property(struct property *first, struct property *list) in chain_property()
85 struct property *reverse_properties(struct property *first) in reverse_properties()
89 struct property *next; in reverse_properties()
237 struct property *p; in add_orphan_node()
272 struct property **p; in add_property()
331 struct property *prop; in delete_node()
346 struct property *p; in append_to_property()
427 struct property *prop; in get_property()
478 struct property *p; in get_marker_label()
655 struct property *reg; in guess_boot_cpuid()
[all …]
A Dchecks.c181 struct property *prop; in check_is_string()
200 struct property *prop; in check_is_string_list()
228 struct property *prop; in check_is_cell()
343 struct property *prop; in check_property_name_chars()
359 struct property *prop; in check_property_name_chars_strict()
425 struct property *prop; in check_duplicate_label_node()
446 struct property *prop; in check_phandle_prop()
563 struct property *prop; in fixup_phandle_references()
598 struct property *prop; in fixup_path_references()
650 struct property *prop; in check_names_is_string_list()
[all …]
A Dflattree.c57 void (*property)(void *, struct label *labels); member
114 .property = bin_emit_property,
232 .property = asm_emit_property,
254 struct property *prop; in flatten_tree()
278 emit->property(etarget, prop->labels); in flatten_tree()
290 emit->property(etarget, NULL); in flatten_tree()
678 static struct property *flat_read_property(struct inbuf *dtbuf, in flat_read_property()
761 struct property *prop; in unflatten_tree()
A Dfstree.c52 struct property *prop; in read_fstree()
A Dtreesource.c195 static void write_propval(FILE *f, struct property *prop) in write_propval()
238 struct property *prop; in write_tree_source_node()
A Ddtc-parser.y56 struct property *prop;
57 struct property *proplist;
/scripts/dtc/libfdt/
A Dlibfdt.h120 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() argument
122 uint8_t *bp = (uint8_t *)property; in fdt32_st()
130 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() argument
132 uint8_t *bp = (uint8_t *)property; in fdt64_st()
575 #define fdt_for_each_property_offset(property, fdt, node) \ argument
576 for (property = fdt_first_property_offset(fdt, node); \
577 property >= 0; \
578 property = fdt_next_property_offset(fdt, property))
1057 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property);
1078 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
[all …]
A Dfdt_overlay.c429 int property) in overlay_fixup_phandle() argument
435 value = fdt_getprop_by_offset(fdto, property, in overlay_fixup_phandle()
513 int property; in overlay_fixup_phandles() local
527 fdt_for_each_property_offset(property, fdto, fixups_off) { in overlay_fixup_phandles()
530 ret = overlay_fixup_phandle(fdt, fdto, symbols_off, property); in overlay_fixup_phandles()
560 int property; in overlay_apply_node() local
563 fdt_for_each_property_offset(property, fdto, node) { in overlay_apply_node()
569 prop = fdt_getprop_by_offset(fdto, property, &name, in overlay_apply_node()
A Dfdt_ro.c720 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() argument
725 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_count()
745 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() argument
751 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_search()
776 const char *property, int idx, in fdt_stringlist_get() argument
782 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_get()
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped375 Offset of the next property
405 """Get a property from a node
572 """Set the value of a property
590 """Set the value of a property
608 """Set the value of a property
891 val: Value of property
906 val: Value of property
921 val: Value of property
930 def property(self, name, val):
931 """Add a property
[all …]
/scripts/kconfig/
A Dsymbol.c72 struct property *prop; in sym_get_choice_prop()
81 struct property *prop; in sym_get_default_prop()
93 struct property *prop; in sym_get_range_prop()
121 struct property *prop; in sym_validate_range()
155 struct property *prop; in sym_set_changed()
175 struct property *prop; in sym_calc_visibility()
245 struct property *prop; in sym_choice_default()
271 struct property *prop; in sym_calc_choice()
324 struct property *prop; in sym_calc_value()
600 struct property *prop; in sym_string_within_range()
[all …]
A Dmenu.c31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn()
129 struct property *prop = prop_alloc(type, current_entry->sym); in menu_add_prop()
177 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt()
231 struct property *prop; in sym_check_prop()
253 struct property *choice_prop = in sym_check_prop()
297 struct property *prop; in menu_finalize()
704 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
764 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop()
766 struct property *prop = NULL; in get_symbol_prop()
777 struct property *prop; in get_symbol_props_str()
[all …]
A Dlkc.h91 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
126 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
127 struct symbol *prop_get_symbol(struct property *prop);
A Dexpr.h120 struct property *prop;
191 struct property { struct
192 struct property *next; /* next property - null if last */ argument
241 struct property *prompt;
A Dlkc_proto.h46 struct property * sym_get_choice_prop(struct symbol *sym);
A Dzconf.y649 struct property *prop; in print_symbol()
739 struct property *prop; in zconfdump()
A Dconfdata.c295 struct property *prop; in conf_read_simple()
1125 struct property *prop; in randomize_choice_values()
1173 struct property *prop; in set_all_choice_values()
A Dconf.c347 struct property *prop; in conf()
A Dqconf.cc107 struct property *prop; in updateMenu()
1141 for (struct property *prop = sym->prop; prop; prop = prop->next) { in debug_info()
1313 struct property *prop; in search()
A Dmconf.c468 struct property *prop; in build_conf()
A Dnconf.c736 struct property *prop; in build_conf()
A Dgconf.c1300 struct property *prop; in display_tree()
/scripts/coccinelle/iterators/
A Ditnull.cocci1 /// Many iterators have the property that the first argument is always bound
3 //# False positives arise for some iterators that do not have this property,
/scripts/kconfig/tests/err_recursive_dep/
A DKconfig45 # property

Completed in 62 milliseconds

12