Home
last modified time | relevance | path

Searched refs:fdt_setprop (Results 1 – 16 of 16) sorted by relevance

/linux/scripts/dtc/libfdt/
H A Dlibfdt.h1690 int fdt_setprop(void *fdt, int nodeoffset, const char *name,
1756 return fdt_setprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_u32()
1791 return fdt_setprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_u64()
1840 fdt_setprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)
1870 fdt_setprop((fdt), (nodeoffset), (name), NULL, 0)
H A Dfdt_rw.c276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() function
H A Dfdt_overlay.c788 ret = fdt_setprop(fdt, target, name, prop, prop_len); in overlay_apply_node()
/linux/arch/powerpc/boot/
H A Dlibfdt-wrapper.c85 rc = fdt_setprop(fdt, devp_offset(devp), name, buf, len); in fdt_wrapper_setprop()
88 rc = fdt_setprop(fdt, devp_offset(devp), name, buf, len); in fdt_wrapper_setprop()
/linux/arch/mips/generic/
H A Dyamon-dt.c138 err = fdt_setprop(fdt, mem_off, "reg", in yamon_dt_append_memory()
147 err = fdt_setprop(fdt, mem_off, "linux,usable-memory", in yamon_dt_append_memory()
/linux/arch/mips/mti-malta/
H A Dmalta-dtshim.c215 err = fdt_setprop(fdt, mem_off, "reg", mem_array, in append_memory()
221 err = fdt_setprop(fdt, mem_off, "linux,usable-memory", mem_array, in append_memory()
/linux/arch/powerpc/kexec/
H A Dfile_load_64.c437 ret = fdt_setprop(fdt, node, "linux,usable-memory", um_info->buf, in add_usable_mem_property()
492 ret = fdt_setprop(fdt, node, "linux,drconf-usable-memory", in update_usable_mem_fdt()
878 return fdt_setprop(fdt, node_offset, propname, prop, len); in copy_property()
H A Dcore_64.c455 ret = fdt_setprop(fdt, node_offset, pp->name, pp->value, pp->length); in add_node_props()
/linux/arch/arm/boot/compressed/
H A Datags_to_fdt.c30 return fdt_setprop(fdt, offset, property, val_array, size); in setprop()
/linux/scripts/dtc/
H A Dfdtput.c132 err = fdt_setprop(blob, node, property, buf, len); in store_key_value()
/linux/arch/arc/plat-hsdk/
H A Dplatform.c112 ret = fdt_setprop(fdt, node, "dma-coherent", NULL, 0); in hsdk_tweak_node_coherency()
/linux/drivers/firmware/efi/libstub/
H A Dfdt.c89 status = fdt_setprop(fdt, node, "bootargs", cmdline_ptr, in update_fdt()
H A Defistub.h107 fdt_setprop((fdt), (node_offset), (name), &(var), sizeof(var))
/linux/drivers/of/
H A Dkexec.c460 ret = fdt_setprop(fdt, chosen_node, "linux,booted-from-kexec", NULL, 0); in of_kexec_alloc_and_setup_fdt()
H A Dfdt.c63 fdt_setprop(initial_boot_params, memory, "reg", val, in of_fdt_limit_memory()
/linux/arch/powerpc/platforms/pseries/
H A Dplpks.c647 return fdt_setprop(fdt, chosen_offset, "ibm,plpks-pw", ospassword, ospasswordlength); in plpks_populate_fdt()