Searched refs:of_add_property (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | machine_kexec.c | 245 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()
|
D | machine_kexec_64.c | 406 of_add_property(node, &htab_base_prop); in export_htab_values() 408 of_add_property(node, &htab_size_prop); in export_htab_values()
|
D | pci_32.c | 209 of_add_property(dn, of_prop); in pci_create_OF_bus_map()
|
/linux-4.1.27/arch/arm/mach-mvebu/ |
D | coherency.c | 164 of_add_property(cache_dn, p); in armada_375_380_coherency_init()
|
/linux-4.1.27/drivers/of/ |
D | unittest.c | 160 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()
|
D | base.c | 1718 int of_add_property(struct device_node *np, struct property *prop) in of_add_property() function
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | reconfig.c | 327 of_add_property(np, prop); in do_add_property()
|
D | iommu.c | 1033 ret = of_add_property(pdn, win64); in enable_ddw()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | timer.c | 186 of_add_property(np, &device_disabled); in omap_get_timer_dt()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | os-area.c | 286 result = of_add_property(node, prop); in os_area_set_property()
|
/linux-4.1.27/include/linux/ |
D | of.h | 342 extern int of_add_property(struct device_node *np, struct property *prop);
|
/linux-4.1.27/drivers/macintosh/ |
D | smu.c | 995 if (of_add_property(smu->of_node, prop)) { in smu_create_sdb_partition()
|