Searched refs:of_add_property (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | machine_kexec.c | 245 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 D | machine_kexec_64.c | 423 of_add_property(node, &htab_base_prop); export_htab_values() 425 of_add_property(node, &htab_size_prop); export_htab_values()
|
H A D | pci_32.c | 209 of_add_property(dn, of_prop); pci_create_OF_bus_map()
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
H A D | coherency.c | 210 of_add_property(cache_dn, p); armada_375_380_coherency_init()
|
/linux-4.4.14/drivers/of/ |
H A D | unittest.c | 160 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 D | base.c | 1713 * 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 D | reconfig.c | 297 of_add_property(np, prop); do_add_property()
|
H A D | iommu.c | 1120 ret = of_add_property(pdn, win64); enable_ddw()
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 281 result = of_add_property(node, prop); os_area_set_property()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | timer.c | 187 of_add_property(np, &device_disabled); for_each_matching_node()
|
/linux-4.4.14/drivers/macintosh/ |
H A D | smu.c | 995 if (of_add_property(smu->of_node, prop)) { smu_create_sdb_partition()
|
/linux-4.4.14/include/linux/ |
H A D | of.h | 343 extern int of_add_property(struct device_node *np, struct property *prop);
|
Completed in 328 milliseconds