Searched refs:fdt_property_string (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fit_image.c | 220 return fdt_property_string(fdt, name, str); in fdt_property_strf() 265 fdt_property_string(fdt, "description", params->imagename); in fit_write_images() 266 fdt_property_string(fdt, "type", typename); in fit_write_images() 267 fdt_property_string(fdt, "arch", in fit_write_images() 269 fdt_property_string(fdt, "os", genimg_get_os_short_name(params->os)); in fit_write_images() 270 fdt_property_string(fdt, "compression", in fit_write_images() 293 fdt_property_string(fdt, "description", str); in fit_write_images() 297 fdt_property_string(fdt, "type", typename); in fit_write_images() 298 fdt_property_string(fdt, "arch", in fit_write_images() 300 fdt_property_string(fdt, "compression", in fit_write_images() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | fdtdec_test.c | 92 CHECK(fdt_property_string(fdt, name, value)); in make_fdt() 100 CHECK(fdt_property_string(fdt, "compatible", in make_fdt() 103 CHECK(fdt_property_string(fdt, "status", "disabled")); in make_fdt()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 1333 #define fdt_property_string(fdt, name, str) \ macro
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 1473 #define fdt_property_string(fdt, name, str) \ macro
|