Searched refs:of_remove_property (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/powerpc/kexec/ |
H A D | core.c | 240 of_remove_property(node, of_find_property(node, in export_crashk_values() 242 of_remove_property(node, of_find_property(node, in export_crashk_values() 269 of_remove_property(node, of_find_property(node, kernel_end_prop.name, NULL)); in kexec_setup()
|
H A D | core_64.c | 421 of_remove_property(node, of_find_property(node, htab_base_prop.name, NULL)); in export_htab_values() 422 of_remove_property(node, of_find_property(node, htab_size_prop.name, NULL)); in export_htab_values()
|
/openbmc/linux/drivers/of/ |
H A D | kexec.c | 183 ret = of_remove_property(of_chosen, prop); in ima_free_kexec_buffer()
|
H A D | base.c | 1636 int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property() function 1652 EXPORT_SYMBOL_GPL(of_remove_property);
|
H A D | unittest.c | 226 unittest(of_remove_property(np, prop) == 0, in of_unittest_dynamic()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | reconfig.c | 313 return of_remove_property(np, of_find_property(np, buf, NULL)); in do_remove_property()
|
H A D | mobility.c | 237 of_remove_property(dn, of_find_property(dn, in update_dt_node()
|
H A D | iommu.c | 954 ret = of_remove_property(np, win); in remove_ddw() 1523 of_remove_property(pdn, default_win); in enable_ddw() 1538 of_remove_property(pdn, win64); in enable_ddw()
|
/openbmc/linux/drivers/net/dsa/ |
H A D | bcm_sf2.c | 602 of_remove_property(port, prop); in bcm_sf2_identify_ports() 674 of_remove_property(child, prop); in bcm_sf2_mdio_register() 678 of_remove_property(child, prop); in bcm_sf2_mdio_register()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 410 extern int of_remove_property(struct device_node *np, struct property *prop); 808 static inline int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property() function
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 264 of_remove_property(node, tmp); in os_area_set_property()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-single.c | 1335 of_remove_property(pcs->np, pcs->missing_nr_pinctrl_cells); in pcs_free_resources()
|