Home
last modified time | relevance | path

Searched refs:fdt_delprop (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/of/
Dkexec.c216 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/
Dplatform.c108 ret = fdt_delprop(fdt, node, "dma-coherent"); in hsdk_tweak_node_coherency()
/Linux-v6.6/scripts/dtc/libfdt/
Dlibfdt.h2017 int fdt_delprop(void *fdt, int nodeoffset, const char *name);
Dfdt_rw.c318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() function
/Linux-v6.6/arch/powerpc/kexec/
Dfile_load_64.c1119 return fdt_delprop(fdt, node_offset, propname); in copy_property()