Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kexec/
Dcore.c242 of_remove_property(node, of_find_property(node, in export_crashk_values()
244 of_remove_property(node, of_find_property(node, in export_crashk_values()
271 of_remove_property(node, of_find_property(node, kernel_end_prop.name, NULL)); in kexec_setup()
Dcore_64.c407 of_remove_property(node, of_find_property(node, htab_base_prop.name, NULL)); in export_htab_values()
408 of_remove_property(node, of_find_property(node, htab_size_prop.name, NULL)); in export_htab_values()
Dima.c95 ret = of_remove_property(of_chosen, prop); in ima_free_kexec_buffer()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dmobility.c202 of_remove_property(dn, of_find_property(dn, in update_dt_node()
Dreconfig.c313 return of_remove_property(np, of_find_property(np, buf, NULL)); in do_remove_property()
Diommu.c836 ret = of_remove_property(np, win); in remove_ddw()
/kernel/linux/linux-5.10/drivers/net/dsa/
Dbcm_sf2.c482 of_remove_property(port, prop); in bcm_sf2_identify_ports()
555 of_remove_property(child, prop); in bcm_sf2_mdio_register()
559 of_remove_property(child, prop); in bcm_sf2_mdio_register()
/kernel/linux/linux-5.10/include/linux/
Dof.h403 extern int of_remove_property(struct device_node *np, struct property *prop);
934 static inline int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property() function
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
Dos-area.c266 of_remove_property(node, tmp); in os_area_set_property()
/kernel/linux/linux-5.10/drivers/of/
Dbase.c1853 int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property() function
1877 EXPORT_SYMBOL_GPL(of_remove_property);
Dunittest.c211 unittest(of_remove_property(np, prop) == 0, in of_unittest_dynamic()
/kernel/linux/linux-5.10/drivers/pinctrl/
Dpinctrl-single.c1337 of_remove_property(pcs->np, pcs->missing_nr_pinctrl_cells); in pcs_free_resources()