Searched refs:of_remove_property (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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 | 417 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/ |
D | mobility.c | 195 of_remove_property(dn, prop); in update_dt_node()
|
D | reconfig.c | 321 return of_remove_property(np, prop); in do_remove_property()
|
D | iommu.c | 853 ret = of_remove_property(np, win64); in remove_ddw()
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | os-area.c | 278 of_remove_property(node, tmp); in os_area_set_property()
|
/linux-4.4.14/include/linux/ |
D | of.h | 344 extern int of_remove_property(struct device_node *np, struct property *prop);
|
/linux-4.4.14/drivers/of/ |
D | base.c | 1774 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()
|