Home
last modified time | relevance | path

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

/linux/arch/powerpc/kexec/
H A Dcore.c223 of_add_property(node, &crashk_base_prop); in export_crashk_values()
225 of_add_property(node, &crashk_size_prop); in export_crashk_values()
249 of_add_property(node, &kernel_end_prop); in kexec_setup()
H A Dcore_64.c415 of_add_property(node, &htab_base_prop); in export_htab_values()
417 of_add_property(node, &htab_size_prop); in export_htab_values()
/linux/drivers/soc/fsl/qbman/
H A Ddpaa_sys.c87 err = of_add_property(mem_node, prop); in qbman_init_private_mem()
/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.c227 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.c1459 ret = of_add_property(pdn, win64); in enable_ddw()
/linux/include/linux/
H A Dof.h416 extern int of_add_property(struct device_node *np, struct property *prop);
811 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.c1623 int of_add_property(struct device_node *np, struct property *prop) in of_add_property() function
1636 EXPORT_SYMBOL_GPL(of_add_property);
H A Dunittest.c201 unittest(of_add_property(np, prop) == 0, "Adding a new property failed\n"); in of_unittest_dynamic()
208 unittest(of_add_property(np, prop) != 0, in of_unittest_dynamic()
236 unittest(of_add_property(np, prop) == 0, in of_unittest_dynamic()
1625 ret = of_add_property(dup, prop); in update_node_properties()
/linux/drivers/macintosh/
H A Dsmu.c1003 if (of_add_property(smu->of_node, prop)) { in smu_create_sdb_partition()
/linux/drivers/pinctrl/
H A Dpinctrl-single.c1766 error = of_add_property(np, pcs->missing_nr_pinctrl_cells); in pcs_quirk_missing_pinctrl_cells()