Searched refs:of_add_property (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
H A Dmachine_kexec.c245 of_add_property(node, &crashk_base_prop); export_crashk_values()
247 of_add_property(node, &crashk_size_prop); export_crashk_values()
274 of_add_property(node, &kernel_end_prop); kexec_setup()
H A Dmachine_kexec_64.c423 of_add_property(node, &htab_base_prop); export_htab_values()
425 of_add_property(node, &htab_size_prop); export_htab_values()
H A Dpci_32.c209 of_add_property(dn, of_prop); pci_create_OF_bus_map()
/linux-4.4.14/arch/arm/mach-mvebu/
H A Dcoherency.c210 of_add_property(cache_dn, p); armada_375_380_coherency_init()
/linux-4.4.14/drivers/of/
H A Dunittest.c160 unittest(of_add_property(np, prop) == 0, "Adding a new property failed\n"); of_unittest_dynamic()
167 unittest(of_add_property(np, prop) != 0, of_unittest_dynamic()
195 unittest(of_add_property(np, prop) == 0, of_unittest_dynamic()
838 of_add_property(dup, prop); update_node_properties()
H A Dbase.c1713 * of_add_property - Add a property to a node
1715 int of_add_property(struct device_node *np, struct property *prop) of_add_property() function
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dreconfig.c297 of_add_property(np, prop); do_add_property()
H A Diommu.c1120 ret = of_add_property(pdn, win64); enable_ddw()
/linux-4.4.14/arch/powerpc/platforms/ps3/
H A Dos-area.c281 result = of_add_property(node, prop); os_area_set_property()
/linux-4.4.14/arch/arm/mach-omap2/
H A Dtimer.c187 of_add_property(np, &device_disabled); for_each_matching_node()
/linux-4.4.14/drivers/macintosh/
H A Dsmu.c995 if (of_add_property(smu->of_node, prop)) { smu_create_sdb_partition()
/linux-4.4.14/include/linux/
H A Dof.h343 extern int of_add_property(struct device_node *np, struct property *prop);

Completed in 328 milliseconds