Lines Matching refs:fdt_getprop

234 	uname = (char *)fdt_getprop(fit, noffset, FIT_DEFAULT_PROP, NULL);  in fit_print_contents()
289 keyname = fdt_getprop(fit, noffset, "key-name-hint", NULL); in fit_image_print_data()
290 required = fdt_getprop(fit, noffset, "required", NULL) != NULL; in fit_image_print_data()
490 *desc = (char *)fdt_getprop(fit, noffset, FIT_DESC_PROP, &len); in fit_get_desc()
519 data = fdt_getprop(fit, noffset, FIT_TIMESTAMP_PROP, &len); in fit_get_timestamp()
547 val = fdt_getprop(fit, 0, FIT_TOTALSIZE_PROP, NULL); in fit_get_totalsize()
609 data = fdt_getprop(fit, noffset, FIT_OS_PROP, &len); in fit_image_get_os()
641 data = fdt_getprop(fit, noffset, FIT_ARCH_PROP, &len); in fit_image_get_arch()
673 data = fdt_getprop(fit, noffset, FIT_TYPE_PROP, &len); in fit_image_get_type()
705 data = fdt_getprop(fit, noffset, FIT_COMP_PROP, &len); in fit_image_get_comp()
722 data = (int *)fdt_getprop(fit, noffset, FIT_PRE_LOAD_PROP, &len); in fit_image_is_preload()
741 cell = fdt_getprop(fit, noffset, name, &len); in fit_image_get_address()
769 cell = fdt_getprop(fit, noffset, name, &len); in fit_image_set_address()
929 *data = fdt_getprop(fit, noffset, FIT_DATA_PROP, &len); in fit_image_get_data()
973 val = fdt_getprop(fit, noffset, FIT_DATA_OFFSET_PROP, NULL); in fit_image_get_data_offset()
998 val = fdt_getprop(fit, noffset, FIT_DATA_POSITION_PROP, NULL); in fit_image_get_data_position()
1022 val = fdt_getprop(fit, noffset, FIT_DATA_SIZE_PROP, NULL); in fit_image_get_data_size()
1046 val = fdt_getprop(fit, noffset, FIT_ROLLBACK_PROP, NULL); in fit_image_get_rollback_index()
1072 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_hash_get_algo()
1101 *value = (uint8_t *)fdt_getprop(fit, noffset, FIT_VALUE_PROP, &len); in fit_image_hash_get_value()
1131 value = (int *)fdt_getprop(fit, noffset, FIT_IGNORE_PROP, &len); in fit_image_hash_get_ignore()
1158 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_cipher_get_algo()
1606 iv = fdt_getprop(fit, cipher_noffset, "iv", &iv_len); in fit_image_uncipher()
1766 if (fdt_getprop(fit, 0, FIT_DESC_PROP, NULL) == NULL) { in fit_check_format()
1773 if (fdt_getprop(fit, 0, FIT_TIMESTAMP_PROP, NULL) == NULL) { in fit_check_format()
1844 fdt_compat = fdt_getprop(fdt, 0, "compatible", &fdt_compat_len); in fit_conf_find_compat()
1867 kfdt_name = fdt_getprop(fit, noffset, "fdt", &len); in fit_conf_find_compat()
1950 conf_uname = (char *)fdt_getprop(fit, confs_noffset, in fit_conf_get_node()
2039 uname = fdt_getprop(fit, noffset, FIT_KERNEL_PROP, NULL); in fit_conf_print()
2047 uname = fdt_getprop(fit, noffset, FIT_RAMDISK_PROP, NULL); in fit_conf_print()
2051 uname = fdt_getprop(fit, noffset, FIT_FIRMWARE_PROP, NULL); in fit_conf_print()
2067 uname = fdt_getprop(fit, noffset, FIT_FPGA_PROP, NULL); in fit_conf_print()