Home
last modified time | relevance | path

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

/linux/arch/powerpc/kexec/
H A Dcore.c181 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 Dcoherency.c195 of_add_property(cache_dn, p); in armada_375_380_coherency_init()
/linux/arch/powerpc/kernel/
H A Dpci_32.c224 of_add_property(dn, of_prop); in pci_create_OF_bus_map()
/linux/arch/powerpc/platforms/pseries/
H A Dreconfig.c292 of_add_property(np, prop); in do_add_property()
H A Diommu.c1013 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 Dof.h424 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 Dos-area.c267 result = of_add_property(node, prop); in os_area_set_property()
/linux/drivers/of/
H A Dbase.c1700 * 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 Dunittest.c210 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 Dsmu.c999 if (of_add_property(smu->of_node, prop)) { in smu_create_sdb_partition()
/linux/drivers/pinctrl/
H A Dpinctrl-single.c1768 error = of_add_property(np, pcs->missing_nr_pinctrl_cells); in pcs_quirk_missing_pinctrl_cells()