Home
last modified time | relevance | path

Searched refs:of_remove_property (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Dmachine_kexec.c237 of_remove_property(node, prop); in export_crashk_values()
241 of_remove_property(node, prop); in export_crashk_values()
270 of_remove_property(node, prop); in kexec_setup()
Dmachine_kexec_64.c417 of_remove_property(node, prop); in export_htab_values()
420 of_remove_property(node, prop); in export_htab_values()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dmobility.c195 of_remove_property(dn, prop); in update_dt_node()
Dreconfig.c321 return of_remove_property(np, prop); in do_remove_property()
Diommu.c853 ret = of_remove_property(np, win64); in remove_ddw()
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dos-area.c278 of_remove_property(node, tmp); in os_area_set_property()
/linux-4.4.14/include/linux/
Dof.h344 extern int of_remove_property(struct device_node *np, struct property *prop);
/linux-4.4.14/drivers/of/
Dbase.c1774 int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property() function
Dunittest.c185 unittest(of_remove_property(np, prop) == 0, in of_unittest_dynamic()