Home
last modified time | relevance | path

Searched refs:fdt_setprop_string (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/arch/mips/generic/
Dyamon-dt.c34 err = fdt_setprop_string(fdt, chosen_off, "bootargs", fw_getcmdline()); in yamon_dt_append_cmdline()
130 err = fdt_setprop_string(fdt, mem_off, "device_type", "memory"); in yamon_dt_append_memory()
225 err = fdt_setprop_string(fdt, chosen_off, "stdout-path", path); in yamon_dt_serial_config()
/Linux-v5.10/arch/powerpc/kexec/
Dfile_load.c250 ret = fdt_setprop_string(fdt, chosen_node, "bootargs", cmdline); in setup_new_fdt()
/Linux-v5.10/arch/arm/boot/compressed/
Datags_to_fdt.c37 return fdt_setprop_string(fdt, offset, property, string); in setprop_string()
/Linux-v5.10/arch/mips/mti-malta/
Dmalta-dtshim.c210 err = fdt_setprop_string(fdt, mem_off, "device_type", "memory"); in append_memory()
/Linux-v5.10/arch/arm64/kernel/
Dmachine_kexec_file.c92 ret = fdt_setprop_string(dtb, off, FDT_PROP_BOOTARGS, cmdline); in setup_dtb()
/Linux-v5.10/scripts/dtc/libfdt/
Dlibfdt.h1731 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ macro