Searched refs:of_add_property (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/arch/powerpc/kexec/ |
| H A D | core.c | 181 of_add_property(node, &crashk_base_prop); in export_crashk_values() 183 of_add_property(node, &crashk_size_prop); in export_crashk_values() 207 of_add_property(node, &kernel_end_prop); in kexec_setup()
|
| H A D | core_64.c | 426 of_add_property(node, &htab_base_prop); in export_htab_values() 428 of_add_property(node, &htab_size_prop); in export_htab_values()
|
| /linux-6.15/drivers/soc/fsl/qbman/ |
| H A D | dpaa_sys.c | 87 err = of_add_property(mem_node, prop); in qbman_init_private_mem()
|
| /linux-6.15/arch/arm/mach-mvebu/ |
| H A D | coherency.c | 195 of_add_property(cache_dn, p); in armada_375_380_coherency_init()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | pci_32.c | 224 of_add_property(dn, of_prop); in pci_create_OF_bus_map()
|
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | reconfig.c | 292 of_add_property(np, prop); in do_add_property()
|
| H A D | iommu.c | 1013 if (of_add_property(pdn, dst)) { in copy_property() 1656 ret = of_add_property(pdn, win64); in enable_ddw() 2189 ret = of_add_property(pdn, win64); in spapr_tce_create_table()
|
| /linux-6.15/include/linux/ |
| H A D | of.h | 424 extern int of_add_property(struct device_node *np, struct property *prop); 836 static inline int of_add_property(struct device_node *np, struct property *prop) in of_add_property() function
|
| /linux-6.15/arch/powerpc/platforms/ps3/ |
| H A D | os-area.c | 267 result = of_add_property(node, prop); in os_area_set_property()
|
| /linux-6.15/drivers/of/ |
| H A D | base.c | 1704 int of_add_property(struct device_node *np, struct property *prop) in of_add_property() function 1717 EXPORT_SYMBOL_GPL(of_add_property);
|
| H A D | unittest.c | 210 unittest(of_add_property(np, prop) == 0, "Adding a new property failed\n"); in of_unittest_dynamic() 217 unittest(of_add_property(np, prop) != 0, in of_unittest_dynamic() 245 unittest(of_add_property(np, prop) == 0, in of_unittest_dynamic() 1917 ret = of_add_property(dup, prop); in update_node_properties()
|
| /linux-6.15/drivers/macintosh/ |
| H A D | smu.c | 999 if (of_add_property(smu->of_node, prop)) { in smu_create_sdb_partition()
|
| /linux-6.15/drivers/pinctrl/ |
| H A D | pinctrl-single.c | 1767 error = of_add_property(np, pcs->missing_nr_pinctrl_cells); in pcs_quirk_missing_pinctrl_cells()
|