Lines Matching refs:fdt_getprop
181 keyname = fdt_getprop(fit, noffset, "key-name-hint", NULL); in fit_image_print_data()
182 required = fdt_getprop(fit, noffset, "required", NULL) != NULL; in fit_image_print_data()
189 padding = fdt_getprop(fit, noffset, "padding", NULL); in fit_image_print_data()
276 uname = fdt_getprop(fit, noffset, FIT_KERNEL_PROP, NULL); in fit_conf_print()
284 uname = fdt_getprop(fit, noffset, FIT_RAMDISK_PROP, NULL); in fit_conf_print()
288 uname = fdt_getprop(fit, noffset, FIT_FIRMWARE_PROP, NULL); in fit_conf_print()
303 uname = fdt_getprop(fit, noffset, FIT_FPGA_PROP, NULL); in fit_conf_print()
410 uname = (char *)fdt_getprop(fit, noffset, FIT_DEFAULT_PROP, NULL); in fit_print_contents()
573 *desc = (char *)fdt_getprop(fit, noffset, FIT_DESC_PROP, &len); in fit_get_desc()
602 data = fdt_getprop(fit, noffset, FIT_TIMESTAMP_PROP, &len); in fit_get_timestamp()
669 data = fdt_getprop(fit, noffset, FIT_OS_PROP, &len); in fit_image_get_os()
701 data = fdt_getprop(fit, noffset, FIT_ARCH_PROP, &len); in fit_image_get_arch()
733 data = fdt_getprop(fit, noffset, FIT_TYPE_PROP, &len); in fit_image_get_type()
765 data = fdt_getprop(fit, noffset, FIT_COMP_PROP, &len); in fit_image_get_comp()
784 cell = fdt_getprop(fit, noffset, name, &len); in fit_image_get_address()
865 *data = fdt_getprop(fit, noffset, FIT_DATA_PROP, &len); in fit_image_get_data()
891 val = fdt_getprop(fit, noffset, FIT_DATA_OFFSET_PROP, NULL); in fit_image_get_data_offset()
916 val = fdt_getprop(fit, noffset, FIT_DATA_POSITION_PROP, NULL); in fit_image_get_data_position()
940 val = fdt_getprop(fit, noffset, FIT_DATA_SIZE_PROP, NULL); in fit_image_get_data_size()
1016 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_hash_get_algo()
1045 *value = (uint8_t *)fdt_getprop(fit, noffset, FIT_VALUE_PROP, &len); in fit_image_hash_get_value()
1075 value = (int *)fdt_getprop(fit, noffset, FIT_IGNORE_PROP, &len); in fit_image_hash_get_ignore()
1465 if (fdt_getprop(fit, 0, FIT_DESC_PROP, NULL) == NULL) { in fit_check_format()
1472 if (fdt_getprop(fit, 0, FIT_TIMESTAMP_PROP, NULL) == NULL) { in fit_check_format()
1543 fdt_compat = fdt_getprop(fdt, 0, "compatible", &fdt_compat_len); in fit_conf_find_compat()
1566 kfdt_name = fdt_getprop(fit, noffset, "fdt", &len); in fit_conf_find_compat()
1649 conf_uname = (char *)fdt_getprop(fit, confs_noffset, in fit_conf_get_node()