Lines Matching refs:fdt_getprop

231 	uname = (char *)fdt_getprop(fit, noffset, FIT_DEFAULT_PROP, NULL);  in fit_print_contents()
286 keyname = fdt_getprop(fit, noffset, "key-name-hint", NULL); in fit_image_print_data()
287 required = fdt_getprop(fit, noffset, "required", NULL) != NULL; in fit_image_print_data()
487 *desc = (char *)fdt_getprop(fit, noffset, FIT_DESC_PROP, &len); in fit_get_desc()
516 data = fdt_getprop(fit, noffset, FIT_TIMESTAMP_PROP, &len); in fit_get_timestamp()
544 val = fdt_getprop(fit, 0, FIT_TOTALSIZE_PROP, NULL); in fit_get_totalsize()
606 data = fdt_getprop(fit, noffset, FIT_OS_PROP, &len); in fit_image_get_os()
638 data = fdt_getprop(fit, noffset, FIT_ARCH_PROP, &len); in fit_image_get_arch()
670 data = fdt_getprop(fit, noffset, FIT_TYPE_PROP, &len); in fit_image_get_type()
702 data = fdt_getprop(fit, noffset, FIT_COMP_PROP, &len); in fit_image_get_comp()
719 data = (int *)fdt_getprop(fit, noffset, FIT_PRE_LOAD_PROP, &len); in fit_image_is_preload()
738 cell = fdt_getprop(fit, noffset, name, &len); in fit_image_get_address()
766 cell = fdt_getprop(fit, noffset, name, &len); in fit_image_set_address()
908 *data = fdt_getprop(fit, noffset, FIT_DATA_PROP, &len); in fit_image_get_data()
952 val = fdt_getprop(fit, noffset, FIT_DATA_OFFSET_PROP, NULL); in fit_image_get_data_offset()
977 val = fdt_getprop(fit, noffset, FIT_DATA_POSITION_PROP, NULL); in fit_image_get_data_position()
1001 val = fdt_getprop(fit, noffset, FIT_DATA_SIZE_PROP, NULL); in fit_image_get_data_size()
1025 val = fdt_getprop(fit, noffset, FIT_ROLLBACK_PROP, NULL); in fit_image_get_rollback_index()
1051 *algo = (char *)fdt_getprop(fit, noffset, FIT_ALGO_PROP, &len); in fit_image_hash_get_algo()
1080 *value = (uint8_t *)fdt_getprop(fit, noffset, FIT_VALUE_PROP, &len); in fit_image_hash_get_value()
1110 value = (int *)fdt_getprop(fit, noffset, FIT_IGNORE_PROP, &len); in fit_image_hash_get_ignore()
1617 if (fdt_getprop(fit, 0, FIT_DESC_PROP, NULL) == NULL) { in fit_check_format()
1624 if (fdt_getprop(fit, 0, FIT_TIMESTAMP_PROP, NULL) == NULL) { in fit_check_format()
1695 fdt_compat = fdt_getprop(fdt, 0, "compatible", &fdt_compat_len); in fit_conf_find_compat()
1718 kfdt_name = fdt_getprop(fit, noffset, "fdt", &len); in fit_conf_find_compat()
1801 conf_uname = (char *)fdt_getprop(fit, confs_noffset, in fit_conf_get_node()
1890 uname = fdt_getprop(fit, noffset, FIT_KERNEL_PROP, NULL); in fit_conf_print()
1898 uname = fdt_getprop(fit, noffset, FIT_RAMDISK_PROP, NULL); in fit_conf_print()
1902 uname = fdt_getprop(fit, noffset, FIT_FIRMWARE_PROP, NULL); in fit_conf_print()
1918 uname = fdt_getprop(fit, noffset, FIT_FPGA_PROP, NULL); in fit_conf_print()