Lines Matching refs:prop
231 struct property *prop; in export_crashk_values() local
235 prop = of_find_property(node, "linux,crashkernel-base", NULL); in export_crashk_values()
236 if (prop) in export_crashk_values()
237 of_remove_property(node, prop); in export_crashk_values()
239 prop = of_find_property(node, "linux,crashkernel-size", NULL); in export_crashk_values()
240 if (prop) in export_crashk_values()
241 of_remove_property(node, prop); in export_crashk_values()
261 struct property *prop; in kexec_setup() local
268 prop = of_find_property(node, kernel_end_prop.name, NULL); in kexec_setup()
269 if (prop) in kexec_setup()
270 of_remove_property(node, prop); in kexec_setup()