Searched refs:of_add_property (Results 1 – 11 of 11) sorted by relevance
/linux/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()
|
/linux/arch/arm/mach-mvebu/ |
H A D | coherency.c | 195 of_add_property(cache_dn, p); in armada_375_380_coherency_init()
|
/linux/arch/powerpc/kernel/ |
H A D | pci_32.c | 224 of_add_property(dn, of_prop); in pci_create_OF_bus_map()
|
/linux/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/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/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 267 result = of_add_property(node, prop); in os_area_set_property()
|
/linux/drivers/of/ |
H A D | base.c | 1700 * of_add_property - Add a property to a node 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() 1914 * open code for_each_property_of_node() because of_add_property() in update_node_properties() 1919 ret = of_add_property(dup, prop); in update_node_properties()
|
/linux/drivers/macintosh/ |
H A D | smu.c | 999 if (of_add_property(smu->of_node, prop)) { in smu_create_sdb_partition()
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-single.c | 1768 error = of_add_property(np, pcs->missing_nr_pinctrl_cells); in pcs_quirk_missing_pinctrl_cells()
|