Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dkexec.c207 fdt_delprop(fdt, chosen_node, "linux,ima-kexec-buffer"); in remove_ima_buffer()
267 ret = fdt_delprop(fdt, chosen_node, "linux,kho-fdt"); in kho_add_chosen()
270 ret = fdt_delprop(fdt, chosen_node, "linux,kho-scratch"); in kho_add_chosen()
348 ret = fdt_delprop(fdt, chosen_node, "linux,elfcorehdr"); in of_kexec_alloc_and_setup_fdt()
351 ret = fdt_delprop(fdt, chosen_node, "linux,usable-memory-range"); in of_kexec_alloc_and_setup_fdt()
400 ret = fdt_delprop(fdt, chosen_node, "linux,initrd-start"); in of_kexec_alloc_and_setup_fdt()
404 ret = fdt_delprop(fdt, chosen_node, "linux,initrd-end"); in of_kexec_alloc_and_setup_fdt()
456 ret = fdt_delprop(fdt, chosen_node, "bootargs"); in of_kexec_alloc_and_setup_fdt()
462 ret = fdt_delprop(fdt, chosen_node, "kaslr-seed"); in of_kexec_alloc_and_setup_fdt()
/linux/arch/arc/plat-hsdk/
H A Dplatform.c108 ret = fdt_delprop(fdt, node, "dma-coherent"); in hsdk_tweak_node_coherency()
/linux/scripts/dtc/libfdt/
H A Dfdt_rw.c325 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() function
H A Dlibfdt.h2394 int fdt_delprop(void *fdt, int nodeoffset, const char *name);
/linux/arch/powerpc/kexec/
H A Dfile_load_64.c710 return fdt_delprop(fdt, node_offset, propname); in copy_property()