Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/mti-malta/
Dmalta-dtshim.c114 err = fdt_setprop_string(fdt, mem_off, "device_type", "memory"); in append_memory()
/linux-4.4.14/arch/arm/boot/compressed/
Datags_to_fdt.c35 return fdt_setprop_string(fdt, offset, property, string); in setprop_string()
/linux-4.4.14/scripts/dtc/libfdt/
Dlibfdt.h1343 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ macro