Searched refs:fdt_delprop (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/of/ |
A D | kexec.c | 201 fdt_delprop(fdt, chosen_node, "linux,ima-kexec-buffer"); in remove_ima_buffer() 305 ret = fdt_delprop(fdt, chosen_node, "linux,elfcorehdr"); in of_kexec_alloc_and_setup_fdt() 308 ret = fdt_delprop(fdt, chosen_node, "linux,usable-memory-range"); in of_kexec_alloc_and_setup_fdt() 357 ret = fdt_delprop(fdt, chosen_node, "linux,initrd-start"); in of_kexec_alloc_and_setup_fdt() 361 ret = fdt_delprop(fdt, chosen_node, "linux,initrd-end"); in of_kexec_alloc_and_setup_fdt() 397 ret = fdt_delprop(fdt, chosen_node, "bootargs"); in of_kexec_alloc_and_setup_fdt() 403 ret = fdt_delprop(fdt, chosen_node, "kaslr-seed"); in of_kexec_alloc_and_setup_fdt()
|
/linux/arch/arc/plat-hsdk/ |
A D | platform.c | 108 ret = fdt_delprop(fdt, node, "dma-coherent"); in hsdk_tweak_node_coherency()
|
/linux/lib/ |
A D | lib.a | 3 …em_rsvfdt_set_namefdt_setprop_placeholderfdt_setpropfdt_appendpropfdt_delpropfdt_add_subnode…
|
/linux/scripts/dtc/libfdt/ |
A D | fdt_rw.c | 318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() function
|
A D | libfdt.h | 2010 int fdt_delprop(void *fdt, int nodeoffset, const char *name);
|
/linux/ |
A D | System.map | 17538 ffff8000104d8f20 T fdt_delprop
|
A D | .tmp_System.map | 17538 ffff8000104d8f20 T fdt_delprop
|
Completed in 316 milliseconds