Lines Matching refs:fdt_property_string

170 	return fdt_property_string(fdt, name, str);  in fdt_property_strf()
203 fdt_property_string(fdt, FIT_ALGO_PROP, "crc32"); in add_crc_node()
227 fdt_property_string(fdt, FIT_DESC_PROP, params->imagename); in fit_write_images()
228 fdt_property_string(fdt, FIT_TYPE_PROP, typename); in fit_write_images()
229 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
231 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images()
233 fdt_property_string(fdt, FIT_COMP_PROP, in fit_write_images()
258 fdt_property_string(fdt, FIT_DESC_PROP, str); in fit_write_images()
263 fdt_property_string(fdt, FIT_TYPE_PROP, typename); in fit_write_images()
264 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
266 fdt_property_string(fdt, FIT_COMP_PROP, in fit_write_images()
276 fdt_property_string(fdt, FIT_TYPE_PROP, FIT_RAMDISK_PROP); in fit_write_images()
277 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images()
279 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
312 fdt_property_string(fdt, FIT_DEFAULT_PROP, "conf-1"); in fit_write_configs()
323 fdt_property_string(fdt, FIT_DESC_PROP, str); in fit_write_configs()
327 fdt_property_string(fdt, typename, str); in fit_write_configs()
328 fdt_property_string(fdt, FIT_LOADABLE_PROP, str); in fit_write_configs()
331 fdt_property_string(fdt, FIT_RAMDISK_PROP, in fit_write_configs()
335 fdt_property_string(fdt, FIT_FDT_PROP, str); in fit_write_configs()
343 fdt_property_string(fdt, typename, str); in fit_write_configs()
346 fdt_property_string(fdt, FIT_RAMDISK_PROP, in fit_write_configs()