Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/kexec/
Dcore.c237 of_remove_property(node, of_find_property(node, in export_crashk_values()
239 of_remove_property(node, of_find_property(node, in export_crashk_values()
266 of_remove_property(node, of_find_property(node, kernel_end_prop.name, NULL)); in kexec_setup()
Dcore_64.c410 of_remove_property(node, of_find_property(node, htab_base_prop.name, NULL)); in export_htab_values()
411 of_remove_property(node, of_find_property(node, htab_size_prop.name, NULL)); in export_htab_values()
/Linux-v6.6/drivers/of/
Dkexec.c183 ret = of_remove_property(of_chosen, prop); in ima_free_kexec_buffer()
Dbase.c1635 int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property() function
1651 EXPORT_SYMBOL_GPL(of_remove_property);
Dunittest.c220 unittest(of_remove_property(np, prop) == 0, in of_unittest_dynamic()
/Linux-v6.6/arch/powerpc/platforms/pseries/
Dreconfig.c313 return of_remove_property(np, of_find_property(np, buf, NULL)); in do_remove_property()
Diommu.c910 ret = of_remove_property(np, win); in remove_ddw()
1473 of_remove_property(pdn, default_win); in enable_ddw()
1488 of_remove_property(pdn, win64); in enable_ddw()
Dmobility.c237 of_remove_property(dn, of_find_property(dn, in update_dt_node()
/Linux-v6.6/drivers/net/dsa/
Dbcm_sf2.c602 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()
/Linux-v6.6/include/linux/
Dof.h408 extern int of_remove_property(struct device_node *np, struct property *prop);
806 static inline int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property() function
/Linux-v6.6/arch/powerpc/platforms/ps3/
Dos-area.c264 of_remove_property(node, tmp); in os_area_set_property()
/Linux-v6.6/drivers/pinctrl/
Dpinctrl-single.c1334 of_remove_property(pcs->np, pcs->missing_nr_pinctrl_cells); in pcs_free_resources()