Home
last modified time | relevance | path

Searched refs:fdt_delprop (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/drivers/of/
H A 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()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dmachine_kexec_file.c65 ret = fdt_delprop(dtb, off, FDT_PROP_KEXEC_ELFHDR); in setup_dtb()
68 ret = fdt_delprop(dtb, off, FDT_PROP_MEM_RANGE); in setup_dtb()
96 ret = fdt_delprop(dtb, off, FDT_PROP_BOOTARGS); in setup_dtb()
113 ret = fdt_delprop(dtb, off, FDT_PROP_INITRD_START); in setup_dtb()
117 ret = fdt_delprop(dtb, off, FDT_PROP_INITRD_END); in setup_dtb()
123 ret = fdt_delprop(dtb, off, FDT_PROP_KASLR_SEED); in setup_dtb()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dfile_load.c213 ret = fdt_delprop(fdt, chosen_node, in setup_new_fdt()
220 ret = fdt_delprop(fdt, chosen_node, "linux,initrd-end"); in setup_new_fdt()
254 ret = fdt_delprop(fdt, chosen_node, "bootargs"); in setup_new_fdt()
H A Dima.c121 fdt_delprop(fdt, chosen_node, "linux,ima-kexec-buffer"); in remove_ima_buffer()
/kernel/linux/linux-5.10/arch/arc/plat-hsdk/
H A Dplatform.c108 ret = fdt_delprop(fdt, node, "dma-coherent"); in hsdk_tweak_node_coherency()
/kernel/linux/linux-6.6/arch/arc/plat-hsdk/
H A Dplatform.c108 ret = fdt_delprop(fdt, node, "dma-coherent"); in hsdk_tweak_node_coherency()
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dfdt_rw.c318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() function
H A Dlibfdt.h1943 * fdt_delprop - delete a property
1964 int fdt_delprop(void *fdt, int nodeoffset, const char *name);
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dlibfdt.h1996 * fdt_delprop - delete a property
2017 int fdt_delprop(void *fdt, int nodeoffset, const char *name);
H A Dfdt_rw.c318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() function
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Dfile_load_64.c1119 return fdt_delprop(fdt, node_offset, propname); in copy_property()

Completed in 11 milliseconds