Searched refs:fdt_delprop (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/of/ |
D | kexec.c | 216 fdt_delprop(fdt, chosen_node, "linux,ima-kexec-buffer"); in remove_ima_buffer() 320 ret = fdt_delprop(fdt, chosen_node, "linux,elfcorehdr"); in of_kexec_alloc_and_setup_fdt() 323 ret = fdt_delprop(fdt, chosen_node, "linux,usable-memory-range"); in of_kexec_alloc_and_setup_fdt() 372 ret = fdt_delprop(fdt, chosen_node, "linux,initrd-start"); in of_kexec_alloc_and_setup_fdt() 376 ret = fdt_delprop(fdt, chosen_node, "linux,initrd-end"); in of_kexec_alloc_and_setup_fdt() 421 ret = fdt_delprop(fdt, chosen_node, "bootargs"); in of_kexec_alloc_and_setup_fdt() 427 ret = fdt_delprop(fdt, chosen_node, "kaslr-seed"); in of_kexec_alloc_and_setup_fdt()
|
/Linux-v6.6/arch/arc/plat-hsdk/ |
D | platform.c | 108 ret = fdt_delprop(fdt, node, "dma-coherent"); in hsdk_tweak_node_coherency()
|
/Linux-v6.6/scripts/dtc/libfdt/ |
D | libfdt.h | 2017 int fdt_delprop(void *fdt, int nodeoffset, const char *name);
|
D | fdt_rw.c | 318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() function
|
/Linux-v6.6/arch/powerpc/kexec/ |
D | file_load_64.c | 1119 return fdt_delprop(fdt, node_offset, propname); in copy_property()
|