Searched refs:of_remove_property (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | machine_kexec.c | 241 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()
|
D | machine_kexec_64.c | 400 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()
|
D | ima_kexec.c | 99 ret = of_remove_property(of_chosen, prop); in ima_free_kexec_buffer()
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | mobility.c | 196 of_remove_property(dn, of_find_property(dn, in update_dt_node()
|
D | reconfig.c | 317 return of_remove_property(np, of_find_property(np, buf, NULL)); in do_remove_property()
|
D | iommu.c | 837 ret = of_remove_property(np, win64); in remove_ddw()
|
/Linux-v4.19/arch/powerpc/platforms/ps3/ |
D | os-area.c | 278 of_remove_property(node, tmp); in os_area_set_property()
|
/Linux-v4.19/include/linux/ |
D | of.h | 399 extern int of_remove_property(struct device_node *np, struct property *prop);
|
/Linux-v4.19/drivers/of/ |
D | base.c | 1747 int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property() function
|
D | unittest.c | 194 unittest(of_remove_property(np, prop) == 0, in of_unittest_dynamic()
|
/Linux-v4.19/drivers/pinctrl/ |
D | pinctrl-single.c | 1312 of_remove_property(pcs->np, pcs->missing_nr_pinctrl_cells); in pcs_free_resources()
|