Home
last modified time | relevance | path

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

/linux-4.1.27/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.c400 of_remove_property(node, prop); in export_htab_values()
403 of_remove_property(node, prop); in export_htab_values()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dmobility.c195 of_remove_property(dn, prop); in update_dt_node()
Dreconfig.c351 return of_remove_property(np, prop); in do_remove_property()
Diommu.c766 ret = of_remove_property(np, win64); in remove_ddw()
/linux-4.1.27/arch/powerpc/platforms/ps3/
Dos-area.c283 of_remove_property(node, tmp); in os_area_set_property()
/linux-4.1.27/include/linux/
Dof.h343 extern int of_remove_property(struct device_node *np, struct property *prop);
/linux-4.1.27/drivers/of/
Dbase.c1777 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()