/u-boot/scripts/kconfig/ |
A D | symbol.c | 72 struct property *prop; in sym_get_choice_prop() local 81 struct property *prop; in sym_get_default_prop() local 93 struct property *prop; in sym_get_range_prop() local 121 struct property *prop; in sym_validate_range() local 155 struct property *prop; in sym_set_changed() local 175 struct property *prop; in sym_calc_visibility() local 245 struct property *prop; in sym_choice_default() local 271 struct property *prop; in sym_calc_choice() local 324 struct property *prop; in sym_calc_value() local 600 struct property *prop; in sym_string_within_range() local [all …]
|
A D | menu.c | 31 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() local 231 struct property *prop; in sym_check_prop() local 297 struct property *prop; in menu_finalize() local 704 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 766 struct property *prop = NULL; in get_symbol_prop() local 777 struct property *prop; in get_symbol_props_str() local 797 struct property *prop; in get_symbol_str() local
|
/u-boot/scripts/dtc/ |
A D | checks.c | 182 struct property *prop; in check_is_string() local 201 struct property *prop; in check_is_string_list() local 229 struct property *prop; in check_is_cell() local 344 struct property *prop; in check_property_name_chars() local 360 struct property *prop; in check_property_name_chars_strict() local 426 struct property *prop; in check_duplicate_label_node() local 447 struct property *prop; in check_phandle_prop() local 564 struct property *prop; in fixup_phandle_references() local 599 struct property *prop; in fixup_path_references() local 651 struct property *prop; in check_names_is_string_list() local [all …]
|
A D | livetree.c | 285 struct property *prop = node->proplist; in delete_property_by_name() local 296 void delete_property(struct property *prop) in delete_property() 331 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 710 struct property *prop, **tbl; in sort_properties() local 868 struct property *prop; in any_fixup_tree() local 913 struct property *prop; in generate_fixups_tree_internal() local 933 struct property *prop; in any_local_fixup_tree() local [all …]
|
A D | fstree.c | 52 struct property *prop; in read_fstree() local
|
A D | treesource.c | 195 static void write_propval(FILE *f, struct property *prop) in write_propval() 238 struct property *prop; in write_tree_source_node() local
|
/u-boot/drivers/memory/ |
A D | stm32-fmc2-ebi.c | 177 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_mux() 189 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_waitcfg() 202 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_sync_trans() 214 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_async_trans() 256 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_clk_period() 269 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_check_cclk() 323 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_set_bit_field() 340 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_set_trans_type() 584 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_set_data_setup() 620 const struct stm32_fmc2_prop *prop, in stm32_fmc2_ebi_set_data_hold() [all …]
|
/u-boot/lib/acpi/ |
A D | acpi_dp.c | 22 const struct acpi_dp *prop) in acpi_dp_write_value() 45 const struct acpi_dp *prop) in acpi_dp_write_property() 100 struct acpi_dp *dp, *prop; in acpi_dp_write_internal() local 348 int acpi_dp_ofnode_copy_int(ofnode node, struct acpi_dp *dp, const char *prop) in acpi_dp_ofnode_copy_int() 362 int acpi_dp_ofnode_copy_str(ofnode node, struct acpi_dp *dp, const char *prop) in acpi_dp_ofnode_copy_str() 376 const char *prop) in acpi_dp_dev_copy_int() 391 const char *prop) in acpi_dp_dev_copy_str()
|
/u-boot/board/emulation/qemu-ppce500/ |
A D | qemu-ppce500.c | 68 const fdt32_t *prop; in get_phys_ccsrbar_addr_early() local 158 const uint64_t *prop; in last_stage_init() local 178 const void *prop; in get_linear_ram_size() local 234 const char *prop = "clock-frequency"; in get_cpu_freq() local 267 const char *prop = "timebase-frequency"; in get_tbclk() local
|
/u-boot/tools/binman/ |
A D | state.py | 280 def AddZeroProp(node, prop, for_repack=False): argument 307 def AddString(node, prop, value): argument 317 def AddInt(node, prop, value): argument 327 def SetInt(node, prop, value, for_repack=False): argument
|
/u-boot/arch/arm/lib/ |
A D | psci-dt.c | 35 const struct fdt_property *prop; in fdt_psci() local
|
/u-boot/drivers/crypto/rsa_mod_exp/ |
A D | mod_exp_sw.c | 14 struct key_prop *prop, uint8_t *out) in mod_exp_sw()
|
/u-boot/arch/arm/cpu/armv8/ |
A D | spin_table.c | 14 const char *prop; in spin_table_update_dt() local
|
/u-boot/test/dm/ |
A D | ofread.c | 11 struct ofprop prop; in dm_test_ofnode_get_property_by_prop() local
|
/u-boot/drivers/core/ |
A D | ofnode.c | 116 const void *prop; in ofnode_read_bool() local 137 struct property *prop = of_find_property( in ofnode_read_prop() local 484 const char *prop; in ofnode_get_chosen_node() local 504 const char *prop; in ofnode_get_aliases_node() local 623 int ofnode_get_first_property(ofnode node, struct ofprop *prop) in ofnode_get_first_property() 642 int ofnode_get_next_property(struct ofprop *prop) in ofnode_get_next_property() 659 const void *ofnode_get_property_by_prop(const struct ofprop *prop, in ofnode_get_property_by_prop() 687 const __be32 *prop = of_get_property(np, property, &psize); in ofnode_get_addr_size() local 714 const __be32 *prop = of_get_property(np, propname, &psize); in ofnode_read_u8_array_ptr() local
|
/u-boot/common/ |
A D | fdt_support.c | 38 const char *prop, const u32 dflt) in fdt_getprop_u32_default_node() 68 const char *prop, const u32 dflt) in fdt_getprop_u32_default() 328 const char *prop, const void *val, int len, in do_fixup_by_prop() 349 const char *prop, u32 val, int create) in do_fixup_by_prop_u32() 356 const char *prop, const void *val, int len, int create) in do_fixup_by_compat() 375 const char *prop, u32 val, int create) in do_fixup_by_compat_u32() 511 int i = 0, j, prop; in fdt_fixup_ethernet() local 783 const void *prop; in fdt_del_partitions() local 952 const char *prop; in fdt_fixup_mtdparts() local 1055 const fdt32_t *prop; in fdt_support_default_count_cells() local [all …]
|
A D | common_fit.c | 13 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop) in fdt_getprop_u32()
|
/u-boot/drivers/crypto/fsl/ |
A D | fsl_rsa.c | 20 struct key_prop *prop, uint8_t *out) in fsl_mod_exp()
|
/u-boot/board/armltd/vexpress/ |
A D | vexpress_tc2.c | 42 const struct fdt_property *prop; in ft_board_setup() local
|
/u-boot/scripts/dtc/libfdt/ |
A D | fdt_rw.c | 186 int len, struct fdt_property **prop) in fdt_resize_property_() 204 int len, struct fdt_property **prop) in fdt_add_property_() 262 struct fdt_property *prop; in fdt_setprop_placeholder() local 295 struct fdt_property *prop; in fdt_appendprop() local 321 struct fdt_property *prop; in fdt_delprop() local
|
/u-boot/arch/powerpc/cpu/mpc83xx/ |
A D | fdt.c | 65 const char *prop; in ft_cpu_setup() local
|
/u-boot/drivers/pci/ |
A D | pcie_layerscape_gen4_fixup.c | 61 u32 *prop; in fdt_pcie_set_msi_map_entry_ls_gen4() local 104 u32 *prop; in fdt_pcie_set_iommu_map_entry_ls_gen4() local
|
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
A D | icid.c | 52 u32 prop[8]; in fdt_set_iommu_prop() local 117 const u32 *prop; in fdt_fixup_fman_port_icid_by_compat() local
|
/u-boot/cmd/ |
A D | fdt.c | 291 char *prop; /* property */ in do_fdt() local 346 char *prop; /* property */ in do_fdt() local 457 char *prop; /* property */ in do_fdt() local 996 static int fdt_print(const char *pathp, char *prop, int depth) in fdt_print()
|
/u-boot/board/freescale/ls1046afrwy/ |
A D | eth.c | 70 int i, prop; in fdt_update_ethernet_dt() local
|