of_remove_property   95 arch/powerpc/kernel/ima_kexec.c 	ret = of_remove_property(of_chosen, prop);
of_remove_property  239 arch/powerpc/kernel/machine_kexec.c 	of_remove_property(node, of_find_property(node,
of_remove_property  241 arch/powerpc/kernel/machine_kexec.c 	of_remove_property(node, of_find_property(node,
of_remove_property  268 arch/powerpc/kernel/machine_kexec.c 	of_remove_property(node, of_find_property(node, kernel_end_prop.name, NULL));
of_remove_property  405 arch/powerpc/kernel/machine_kexec_64.c 	of_remove_property(node, of_find_property(node, htab_base_prop.name, NULL));
of_remove_property  406 arch/powerpc/kernel/machine_kexec_64.c 	of_remove_property(node, of_find_property(node, htab_size_prop.name, NULL));
of_remove_property  266 arch/powerpc/platforms/ps3/os-area.c 		of_remove_property(node, tmp);
of_remove_property  813 arch/powerpc/platforms/pseries/iommu.c 		ret = of_remove_property(np, win64);
of_remove_property  196 arch/powerpc/platforms/pseries/mobility.c 				of_remove_property(dn, of_find_property(dn,
of_remove_property  313 arch/powerpc/platforms/pseries/reconfig.c 	return of_remove_property(np, of_find_property(np, buf, NULL));
of_remove_property  194 drivers/of/unittest.c 	unittest(of_remove_property(np, prop) == 0,
of_remove_property 1312 drivers/pinctrl/pinctrl-single.c 		of_remove_property(pcs->np, pcs->missing_nr_pinctrl_cells);
of_remove_property  401 include/linux/of.h extern int of_remove_property(struct device_node *np, struct property *prop);