Home
last modified time | relevance | path

Searched refs:fdt_setprop (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dlibfdt.h1561 * fdt_setprop - create or change a property
1568 * fdt_setprop() sets the value of the named property in the given
1588 int fdt_setprop(void *fdt, int nodeoffset, const char *name,
1654 return fdt_setprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_u32()
1689 return fdt_setprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_u64()
1732 fdt_setprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)
1762 fdt_setprop((fdt), (nodeoffset), (name), NULL, 0)
H A Dfdt_overlay.c576 ret = fdt_setprop(fdt, target, name, prop, prop_len); in overlay_apply_node()
H A Dfdt_rw.c276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() function
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dlibfdt.h1602 * fdt_setprop - create or change a property
1609 * fdt_setprop() sets the value of the named property in the given
1629 int fdt_setprop(void *fdt, int nodeoffset, const char *name,
1695 return fdt_setprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_u32()
1730 return fdt_setprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_u64()
1779 fdt_setprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)
1809 fdt_setprop((fdt), (nodeoffset), (name), NULL, 0)
H A Dfdt_overlay.c561 ret = fdt_setprop(fdt, target, name, prop, prop_len); in overlay_apply_node()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Dfile_load_64.c636 ret = fdt_setprop(fdt, node, "linux,usable-memory", um_info->buf, in add_usable_mem_property()
691 ret = fdt_setprop(fdt, node, "linux,drconf-usable-memory", in update_usable_mem_fdt()
1040 ret = fdt_setprop(fdt, node_offset, pp->name, pp->value, pp->length); in add_node_props()
1121 return fdt_setprop(fdt, node_offset, propname, prop, len); in copy_property()
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Datags_to_fdt.c29 return fdt_setprop(fdt, offset, property, val_array, size); in setprop()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dfile_load.c281 ret = fdt_setprop(fdt, chosen_node, "linux,booted-from-kexec", NULL, 0); in setup_new_fdt()
H A Dima.c204 ret = fdt_setprop(fdt, chosen_node, "linux,ima-kexec-buffer", value, in setup_ima_buffer()
H A Dfile_load_64.c631 ret = fdt_setprop(fdt, node, "linux,usable-memory", um_info->buf, in add_usable_mem_property()
686 ret = fdt_setprop(fdt, node, "linux,drconf-usable-memory", in update_usable_mem_fdt()
981 ret = fdt_setprop(fdt, node_offset, pp->name, pp->value, pp->length); in add_node_props()
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Datags_to_fdt.c30 return fdt_setprop(fdt, offset, property, val_array, size); in setprop()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dfdt.c89 status = fdt_setprop(fdt, node, "bootargs", cmdline_ptr, in update_fdt()
/kernel/linux/linux-5.10/scripts/dtc/
H A Dfdtput.c132 err = fdt_setprop(blob, node, property, buf, len); in store_key_value()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dfdt.c89 status = fdt_setprop(fdt, node, "bootargs", cmdline_ptr, in update_fdt()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dfdtput.c132 err = fdt_setprop(blob, node, property, buf, len); in store_key_value()
/kernel/linux/linux-5.10/arch/arc/plat-hsdk/
H A Dplatform.c112 ret = fdt_setprop(fdt, node, "dma-coherent", NULL, 0); in hsdk_tweak_node_coherency()
/kernel/linux/linux-6.6/arch/arc/plat-hsdk/
H A Dplatform.c112 ret = fdt_setprop(fdt, node, "dma-coherent", NULL, 0); in hsdk_tweak_node_coherency()
/kernel/linux/linux-6.6/drivers/of/
H A Dkexec.c458 ret = fdt_setprop(fdt, chosen_node, "linux,booted-from-kexec", NULL, 0); in of_kexec_alloc_and_setup_fdt()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dplpks.c647 return fdt_setprop(fdt, chosen_offset, "ibm,plpks-pw", ospassword, ospasswordlength); in plpks_populate_fdt()

Completed in 19 milliseconds

12