| /scripts/dtc/ |
| D | dtc.h | 206 struct property { struct 211 struct property *next; argument 220 struct property *proplist; argument 263 struct property *build_property(const char *name, struct data val, 265 struct property *build_property_delete(const char *name); 266 struct property *chain_property(struct property *first, struct property *list); 267 struct property *reverse_properties(struct property *first); 269 struct node *build_node(struct property *proplist, struct node *children, 279 void add_property(struct node *node, struct property *prop); 281 void delete_property(struct property *prop); [all …]
|
| D | livetree.c | 39 struct property *build_property(const char *name, struct data val, in build_property() 42 struct property *new = xmalloc(sizeof(*new)); in build_property() 53 struct property *build_property_delete(const char *name) in build_property_delete() 55 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() 65 struct property *chain_property(struct property *first, struct property *list) in chain_property() 73 struct property *reverse_properties(struct property *first) in reverse_properties() 75 struct property *p = first; in reverse_properties() 76 struct property *head = NULL; in reverse_properties() 77 struct property *next; in reverse_properties() 88 struct node *build_node(struct property *proplist, struct node *children, in build_node() [all …]
|
| D | checks.c | 63 struct property *prop, in check_msg() 210 struct property *prop; in check_is_string() 229 struct property *prop; in check_is_string_list() 257 struct property *prop; in check_is_cell() 293 struct property *prop, *prop2; in check_duplicate_property_names() 361 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg() 387 struct property *prop; in check_property_name_chars() 403 struct property *prop; in check_property_name_chars_strict() 440 struct property *prop, struct marker *mark) in check_duplicate_label() 444 struct property *otherprop = NULL; in check_duplicate_label() [all …]
|
| D | fdtget.c | 193 int node, const char *property) in show_data_for_item() argument 208 assert(property); in show_data_for_item() 209 value = fdt_getprop(blob, node, property, &len); in show_data_for_item() 218 report_error(property, len); in show_data_for_item()
|
| D | fdtput.c | 121 const char *property, const char *buf, int len) in store_key_value() argument 132 err = fdt_setprop(blob, node, property, buf, len); in store_key_value() 134 report_error(property, -1, err); in store_key_value()
|
| D | treesource.c | 142 static void add_string_markers(struct property *prop) in add_string_markers() 164 static enum markertype guess_value_type(struct property *prop) in guess_value_type() 199 static void write_propval(FILE *f, struct property *prop) in write_propval() 301 struct property *prop; in write_tree_source_node()
|
| D | flattree.c | 42 void (*property)(void *, struct label *labels); member 99 .property = bin_emit_property, 218 .property = asm_emit_property, 240 struct property *prop; in flatten_tree() 264 emit->property(etarget, prop->labels); in flatten_tree() 276 emit->property(etarget, NULL); in flatten_tree() 664 static struct property *flat_read_property(struct inbuf *dtbuf, in flat_read_property() 750 struct property *prop; in unflatten_tree()
|
| D | fstree.c | 37 struct property *prop; in read_fstree()
|
| D | yamltree.c | 113 static void yaml_propval(yaml_emitter_t *emitter, struct property *prop) in yaml_propval() 180 struct property *prop; in yaml_tree()
|
| D | dtc-parser.y | 45 struct property *prop; 46 struct property *proplist;
|
| /scripts/dtc/libfdt/ |
| D | libfdt.h | 151 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() argument 153 uint8_t *bp = (uint8_t *)property; in fdt32_st() 175 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() argument 177 uint8_t *bp = (uint8_t *)property; in fdt64_st() 653 #define fdt_for_each_property_offset(property, fdt, node) \ argument 654 for (property = fdt_first_property_offset(fdt, node); \ 655 property >= 0; \ 656 property = fdt_next_property_offset(fdt, property)) 1186 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property); 1207 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, [all …]
|
| D | fdt_overlay.c | 376 int property) in overlay_fixup_phandle() argument 386 value = fdt_getprop_by_offset(fdto, property, in overlay_fixup_phandle() 476 int property; in overlay_fixup_phandles() local 490 fdt_for_each_property_offset(property, fdto, fixups_off) { in overlay_fixup_phandles() 493 ret = overlay_fixup_phandle(fdt, fdto, symbols_off, property); in overlay_fixup_phandles() 772 int property; in overlay_apply_node() local 775 fdt_for_each_property_offset(property, fdto, node) { in overlay_apply_node() 781 prop = fdt_getprop_by_offset(fdto, property, &name, in overlay_apply_node()
|
| D | fdt_ro.c | 752 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() argument 757 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_count() 777 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() argument 783 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_search() 808 const char *property, int idx, in fdt_stringlist_get() argument 814 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_get()
|
| /scripts/kconfig/ |
| D | lkc.h | 87 struct property *menu_add_prompt(enum prop_type type, const char *prompt, 109 struct property *sym_get_range_prop(struct symbol *sym); 112 struct symbol *prop_get_symbol(const struct property *prop);
|
| D | expr.h | 131 struct property *prop; 187 struct property { struct 188 struct property *next; /* next property - null if last */ argument 241 struct property *prompt;
|
| D | menu.c | 52 static void prop_warn(const struct property *prop, const char *fmt, ...) in prop_warn() 150 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop() 153 struct property *prop; in menu_add_prop() 166 struct property **propp; in menu_add_prop() 178 struct property *menu_add_prompt(enum prop_type type, const char *prompt, in menu_add_prompt() 181 struct property *prop = menu_add_prop(type, NULL, dep); in menu_add_prompt() 234 struct property *prop; in sym_check_prop() 298 struct property *prop; in _menu_finalize() 610 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 673 struct property *prop; in get_symbol_props_str() [all …]
|
| D | symbol.c | 108 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop() 110 struct property *prop; in sym_get_default_prop() 120 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop() 122 struct property *prop; in sym_get_range_prop() 150 struct property *prop; in sym_validate_range() 198 struct property *prop; in sym_calc_visibility() 255 struct property *prop; in sym_choice_default() 393 struct property *prop; in sym_calc_value() 682 struct property *prop; in sym_string_within_range() 780 struct property *prop; in sym_get_string_default() [all …]
|
| D | parser.y | 501 struct property *prop; 649 struct property *prop; in print_symbol() 732 struct property *prop; in zconfdump()
|
| D | qconf.cc | 95 struct property *prop; in updateMenu() 1085 for (struct property *prop = sym->prop; prop; prop = prop->next) { in debug_info() 1193 for (struct property *prop = sym->prop; prop; prop = prop->next) { in clicked() 1291 struct property *prop; in search()
|
| D | mconf.c | 457 struct property *prop; in build_conf()
|
| /scripts/ |
| D | make_fit.py | 131 fsw.property('data', data) 153 fsw.property('compatible', bytes(compat)) 155 fsw.property('fdt', bytes(''.join(f'fdt-{x}\x00' for x in files), "ascii")) 212 fsw.property('data', compressed)
|
| /scripts/coccinelle/iterators/ |
| D | itnull.cocci | 2 /// Many iterators have the property that the first argument is always bound 4 //# False positives arise for some iterators that do not have this property,
|
| /scripts/kconfig/tests/err_recursive_dep/ |
| D | Kconfig | 45 # property
|
| /scripts/selinux/ |
| D | install_policy.sh | 47 property * user_u:object_r:base_t:s0
|
| /scripts/coccinelle/api/ |
| D | check_bq27xxx_data.cocci | 4 //# Doesn't unfold macros used in register or property fields.
|