| /scripts/dtc/ |
| A D | checks.c | 210 struct property *prop; in check_is_string() local 229 struct property *prop; in check_is_string_list() local 257 struct property *prop; in check_is_cell() local 387 struct property *prop; in check_property_name_chars() local 403 struct property *prop; in check_property_name_chars_strict() local 469 struct property *prop; in check_duplicate_label_node() local 490 struct property *prop; in check_phandle_prop() local 607 struct property *prop; in fixup_phandle_references() local 642 struct property *prop; in fixup_path_references() local 695 struct property *prop; in check_names_is_string_list() local [all …]
|
| A D | livetree.c | 282 struct property *prop = node->proplist; in delete_property_by_name() local 293 void delete_property(struct property *prop) in delete_property() 328 struct property *prop; in delete_node() local 427 struct property *prop; in get_property() local 436 cell_t propval_cell(struct property *prop) in propval_cell() 451 struct property *prop; in get_property_by_label() local 743 struct property *prop, **tbl; in sort_properties() local 902 struct property *prop; in any_fixup_tree() local 953 struct property *prop; in generate_fixups_tree_internal() local 973 struct property *prop; in any_local_fixup_tree() local [all …]
|
| A 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() local
|
| A 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() local
|
| A D | fstree.c | 37 struct property *prop; in read_fstree() local
|
| A D | fdtget.c | 112 int prop; in list_properties() local 240 const char *prop; in do_fdtget() local
|
| A D | dtc-parser.y | 45 struct property *prop; member
|
| A D | flattree.c | 240 struct property *prop; in flatten_tree() local 750 struct property *prop; in unflatten_tree() local
|
| /scripts/kconfig/ |
| A D | symbol.c | 122 struct property *prop; in sym_get_default_prop() local 134 struct property *prop; in sym_get_range_prop() local 162 struct property *prop; in sym_validate_range() local 214 struct property *prop; in sym_calc_visibility() local 271 struct property *prop; in sym_choice_default() local 409 struct property *prop; in sym_calc_value() local 698 struct property *prop; in sym_string_within_range() local 796 struct property *prop; in sym_get_string_default() local 1067 struct property *prop; member 1199 struct property *prop; in sym_check_sym_deps() local [all …]
|
| A D | menu.c | 52 static void prop_warn(const struct property *prop, const char *fmt, ...) in prop_warn() 154 struct property *prop; in menu_add_prop() local 182 struct property *prop = menu_add_prop(type, NULL, dep); in menu_add_prompt() local 235 struct property *prop; in sym_check_prop() local 299 struct property *prop; in _menu_finalize() local 631 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 694 struct property *prop; in get_symbol_props_str() local 714 struct property *prop; in get_symbol_str() local
|
| A D | parser.y | 494 struct property *prop; variable 631 struct property *prop; in print_symbol() local 714 struct property *prop; in zconfdump() local
|
| A D | conf.c | 512 struct property *prop; in conf() local
|
| A D | mconf.c | 457 struct property *prop; in build_conf() local
|
| A D | qconf.cc | 1078 for (struct property *prop = sym->prop; prop; prop = prop->next) { in debug_info() local 1243 struct property *prop; in search() local
|
| A D | expr.h | 131 struct property *prop; member
|
| A D | nconf.c | 764 struct property *prop; in build_conf() local
|
| /scripts/dtc/libfdt/ |
| A D | fdt_rw.c | 185 int len, struct fdt_property **prop) in fdt_resize_property_() 203 int len, struct fdt_property **prop) in fdt_add_property_() 261 struct fdt_property *prop; in fdt_setprop_placeholder() local 294 struct fdt_property *prop; in fdt_appendprop() local 320 struct fdt_property *prop; in fdt_delprop() local
|
| A D | fdt_addresses.c | 61 uint8_t data[sizeof(fdt64_t) * 2], *prop; in fdt_appendprop_addrrange() local
|
| A D | fdt_ro.c | 364 const struct fdt_property *prop; in fdt_get_property_by_offset_() local 407 const struct fdt_property *prop; in fdt_get_property_namelen_() local 458 const struct fdt_property *prop; in fdt_getprop_namelen() local 475 const struct fdt_property *prop; in fdt_getprop_by_offset() local 855 const void *prop; in fdt_node_check_compatible() local
|
| A D | fdt_wip.c | 61 struct fdt_property *prop; in fdt_nop_property() local
|
| A D | fdt_sw.c | 295 struct fdt_property *prop; in fdt_property_placeholder() local 363 struct fdt_property *prop = in fdt_finish() local
|
| A D | fdt_overlay.c | 777 const void *prop; in overlay_apply_node() local 909 int root_sym, ov_sym, prop, path_len, fragment, target; in overlay_symbol_update() local
|