Searched refs:of_remove_property (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | machine_kexec.c | 237 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()
|
D | machine_kexec_64.c | 400 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/ |
D | mobility.c | 195 of_remove_property(dn, prop); in update_dt_node()
|
D | reconfig.c | 351 return of_remove_property(np, prop); in do_remove_property()
|
D | iommu.c | 766 ret = of_remove_property(np, win64); in remove_ddw()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | os-area.c | 283 of_remove_property(node, tmp); in os_area_set_property()
|
/linux-4.1.27/include/linux/ |
D | of.h | 343 extern int of_remove_property(struct device_node *np, struct property *prop);
|
/linux-4.1.27/drivers/of/ |
D | base.c | 1777 int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property() function
|
D | unittest.c | 185 unittest(of_remove_property(np, prop) == 0, in of_unittest_dynamic()
|