Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dmachine_kexec.c245 of_add_property(node, &crashk_base_prop); in export_crashk_values()
247 of_add_property(node, &crashk_size_prop); in export_crashk_values()
274 of_add_property(node, &kernel_end_prop); in kexec_setup()
Dmachine_kexec_64.c406 of_add_property(node, &htab_base_prop); in export_htab_values()
408 of_add_property(node, &htab_size_prop); in export_htab_values()
Dpci_32.c209 of_add_property(dn, of_prop); in pci_create_OF_bus_map()
/linux-4.1.27/arch/arm/mach-mvebu/
Dcoherency.c164 of_add_property(cache_dn, p); in armada_375_380_coherency_init()
/linux-4.1.27/drivers/of/
Dunittest.c160 unittest(of_add_property(np, prop) == 0, "Adding a new property failed\n"); in of_unittest_dynamic()
167 unittest(of_add_property(np, prop) != 0, in of_unittest_dynamic()
195 unittest(of_add_property(np, prop) == 0, in of_unittest_dynamic()
834 of_add_property(dup, prop); in update_node_properties()
Dbase.c1718 int of_add_property(struct device_node *np, struct property *prop) in of_add_property() function
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dreconfig.c327 of_add_property(np, prop); in do_add_property()
Diommu.c1033 ret = of_add_property(pdn, win64); in enable_ddw()
/linux-4.1.27/arch/arm/mach-omap2/
Dtimer.c186 of_add_property(np, &device_disabled); in omap_get_timer_dt()
/linux-4.1.27/arch/powerpc/platforms/ps3/
Dos-area.c286 result = of_add_property(node, prop); in os_area_set_property()
/linux-4.1.27/include/linux/
Dof.h342 extern int of_add_property(struct device_node *np, struct property *prop);
/linux-4.1.27/drivers/macintosh/
Dsmu.c995 if (of_add_property(smu->of_node, prop)) { in smu_create_sdb_partition()