Searched refs:of_remove_property (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/arch/powerpc/kexec/ |
D | core.c | 216 of_remove_property(node, of_find_property(node, in export_crashk_values() 218 of_remove_property(node, of_find_property(node, in export_crashk_values() 245 of_remove_property(node, of_find_property(node, kernel_end_prop.name, NULL)); in kexec_setup()
|
D | core_64.c | 422 of_remove_property(node, of_find_property(node, htab_base_prop.name, NULL)); in export_htab_values() 423 of_remove_property(node, of_find_property(node, htab_size_prop.name, NULL)); in export_htab_values()
|
/linux-6.12.1/drivers/of/ |
D | kexec.c | 183 ret = of_remove_property(of_chosen, prop); in ima_free_kexec_buffer()
|
D | base.c | 1670 int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property() function 1686 EXPORT_SYMBOL_GPL(of_remove_property);
|
D | unittest.c | 226 unittest(of_remove_property(np, prop) == 0, in of_unittest_dynamic()
|
/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | reconfig.c | 313 return of_remove_property(np, of_find_property(np, buf, NULL)); in do_remove_property()
|
D | iommu.c | 1055 ret = of_remove_property(np, win); in remove_dma_window_named() 1664 of_remove_property(pdn, default_win); in enable_ddw() 1679 of_remove_property(pdn, win64); in enable_ddw() 2154 of_remove_property(pdn, win64); in spapr_tce_create_table()
|
D | mobility.c | 236 of_remove_property(dn, of_find_property(dn, in update_dt_node()
|
/linux-6.12.1/drivers/net/dsa/ |
D | bcm_sf2.c | 602 of_remove_property(port, prop); in bcm_sf2_identify_ports() 671 of_remove_property(child, prop); in bcm_sf2_mdio_register() 675 of_remove_property(child, prop); in bcm_sf2_mdio_register()
|
/linux-6.12.1/include/linux/ |
D | of.h | 417 extern int of_remove_property(struct device_node *np, struct property *prop); 814 static inline int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property() function
|
/linux-6.12.1/arch/powerpc/platforms/ps3/ |
D | os-area.c | 264 of_remove_property(node, tmp); in os_area_set_property()
|
/linux-6.12.1/drivers/pinctrl/ |
D | pinctrl-single.c | 1337 of_remove_property(pcs->np, pcs->missing_nr_pinctrl_cells); in pcs_free_resources()
|