Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/of/
Dkexec.c201 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-v5.15/arch/arc/plat-hsdk/
Dplatform.c108 ret = fdt_delprop(fdt, node, "dma-coherent"); in hsdk_tweak_node_coherency()
/Linux-v5.15/scripts/dtc/libfdt/
Dlibfdt.h2003 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