Searched refs:fdt_delprop (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/of/ |
D | kexec.c | 215 fdt_delprop(fdt, chosen_node, "linux,ima-kexec-buffer"); in remove_ima_buffer() 319 ret = fdt_delprop(fdt, chosen_node, "linux,elfcorehdr"); in of_kexec_alloc_and_setup_fdt() 322 ret = fdt_delprop(fdt, chosen_node, "linux,usable-memory-range"); in of_kexec_alloc_and_setup_fdt() 371 ret = fdt_delprop(fdt, chosen_node, "linux,initrd-start"); in of_kexec_alloc_and_setup_fdt() 375 ret = fdt_delprop(fdt, chosen_node, "linux,initrd-end"); in of_kexec_alloc_and_setup_fdt() 420 ret = fdt_delprop(fdt, chosen_node, "bootargs"); in of_kexec_alloc_and_setup_fdt() 426 ret = fdt_delprop(fdt, chosen_node, "kaslr-seed"); in of_kexec_alloc_and_setup_fdt()
|
/linux-6.1.9/arch/arc/plat-hsdk/ |
D | platform.c | 108 ret = fdt_delprop(fdt, node, "dma-coherent"); in hsdk_tweak_node_coherency()
|
/linux-6.1.9/scripts/dtc/libfdt/ |
D | fdt_rw.c | 318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() function
|
D | libfdt.h | 2010 int fdt_delprop(void *fdt, int nodeoffset, const char *name);
|
/linux-6.1.9/arch/powerpc/kexec/ |
D | file_load_64.c | 1052 return fdt_delprop(fdt, node_offset, propname); in copy_property()
|