Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dmachine_kexec.c241 of_remove_property(node, of_find_property(node, in export_crashk_values()
243 of_remove_property(node, of_find_property(node, in export_crashk_values()
270 of_remove_property(node, of_find_property(node, kernel_end_prop.name, NULL)); in kexec_setup()
Dmachine_kexec_64.c400 of_remove_property(node, of_find_property(node, htab_base_prop.name, NULL)); in export_htab_values()
401 of_remove_property(node, of_find_property(node, htab_size_prop.name, NULL)); in export_htab_values()
Dima_kexec.c99 ret = of_remove_property(of_chosen, prop); in ima_free_kexec_buffer()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dmobility.c196 of_remove_property(dn, of_find_property(dn, in update_dt_node()
Dreconfig.c317 return of_remove_property(np, of_find_property(np, buf, NULL)); in do_remove_property()
Diommu.c837 ret = of_remove_property(np, win64); in remove_ddw()
/Linux-v4.19/arch/powerpc/platforms/ps3/
Dos-area.c278 of_remove_property(node, tmp); in os_area_set_property()
/Linux-v4.19/include/linux/
Dof.h399 extern int of_remove_property(struct device_node *np, struct property *prop);
/Linux-v4.19/drivers/of/
Dbase.c1747 int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property() function
Dunittest.c194 unittest(of_remove_property(np, prop) == 0, in of_unittest_dynamic()
/Linux-v4.19/drivers/pinctrl/
Dpinctrl-single.c1312 of_remove_property(pcs->np, pcs->missing_nr_pinctrl_cells); in pcs_free_resources()