Lines Matching refs:fdt_getprop
203 keyname = fdt_getprop(fit, noffset, FIT_KEY_HINT, NULL); in fit_image_print_data()
204 required = fdt_getprop(fit, noffset, FIT_KEY_REQUIRED, NULL) != NULL; in fit_image_print_data()
211 padding = fdt_getprop(fit, noffset, "padding", NULL); in fit_image_print_data()
298 uname = fdt_getprop(fit, noffset, FIT_KERNEL_PROP, NULL); in fit_conf_print()
306 uname = fdt_getprop(fit, noffset, FIT_RAMDISK_PROP, NULL); in fit_conf_print()
310 uname = fdt_getprop(fit, noffset, FIT_FIRMWARE_PROP, NULL); in fit_conf_print()
325 uname = fdt_getprop(fit, noffset, FIT_FPGA_PROP, NULL); in fit_conf_print()
432 uname = (char *)fdt_getprop(fit, noffset, FIT_DEFAULT_PROP, NULL); in fit_print_contents()
595 *desc = (char *)fdt_getprop(fit, noffset, FIT_DESC_PROP, &len); in fit_get_desc()
624 data = fdt_getprop(fit, noffset, FIT_TIMESTAMP_PROP, &len); in fit_get_timestamp()
691 data = fdt_getprop(fit, noffset, FIT_OS_PROP, &len); in fit_image_get_os()
723 data = fdt_getprop(fit, noffset, FIT_ARCH_PROP, &len); in fit_image_get_arch()
755 data = fdt_getprop(fit, noffset, FIT_TYPE_PROP, &len); in fit_image_get_type()
787 data = fdt_getprop(fit, noffset, FIT_COMP_PROP, &len); in fit_image_get_comp()
806 cell = fdt_getprop(fit, noffset, name, &len); in fit_image_get_address()
888 *data = fdt_getprop(fit, noffset, FIT_DATA_PROP, &len); in fit_image_get_data()
914 val = fdt_getprop(fit, noffset, FIT_DATA_OFFSET_PROP, NULL); in fit_image_get_data_offset()
939 val = fdt_getprop(fit, noffset, FIT_DATA_POSITION_PROP, NULL); in fit_image_get_data_position()
963 val = fdt_getprop(fit, noffset, FIT_DATA_SIZE_PROP, NULL); in fit_image_get_data_size()
988 val = fdt_getprop(fit, noffset, "data-size-unciphered", NULL); in fit_image_get_data_size_unciphered()
1064 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_hash_get_algo()
1093 *value = (uint8_t *)fdt_getprop(fit, noffset, FIT_VALUE_PROP, &len); in fit_image_hash_get_value()
1123 value = (int *)fdt_getprop(fit, noffset, FIT_IGNORE_PROP, &len); in fit_image_hash_get_ignore()
1150 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_cipher_get_algo()
1645 if (!fdt_getprop(fit, 0, FIT_DESC_PROP, NULL)) { in fit_check_format()
1652 if (!fdt_getprop(fit, 0, FIT_TIMESTAMP_PROP, NULL)) { in fit_check_format()
1726 fdt_compat = fdt_getprop(fdt, 0, "compatible", &fdt_compat_len); in fit_conf_find_compat()
1750 if (fdt_getprop(fit, noffset, "compatible", NULL)) { in fit_conf_find_compat()
1754 kfdt_name = fdt_getprop(fit, noffset, "fdt", &len); in fit_conf_find_compat()
1834 conf_uname = (char *)fdt_getprop(fit, confs_noffset, in fit_conf_get_node()