Home
last modified time | relevance | path

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

/linux/arch/powerpc/kexec/
H A Dcore.c183 of_add_property(node, &crashk_base_prop); in export_crashk_values()
185 of_add_property(node, &crashk_size_prop); in export_crashk_values()
219 of_add_property(node, &kernel_end_prop); in kexec_setup()
/linux/drivers/soc/fsl/qbman/
H A Ddpaa_sys.c87 err = of_add_property(mem_node, prop); in qbman_init_private_mem()
/linux/include/linux/
H A Dof.h432 extern int of_add_property(struct device_node *np, struct property *prop);
877 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/macintosh/
H A Dsmu.c999 if (of_add_property(smu->of_node, prop)) { in smu_create_sdb_partition()