Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dcore.c256 of_add_property(node, &crashk_base_prop); in export_crashk_values()
258 of_add_property(node, &crashk_size_prop); in export_crashk_values()
282 of_add_property(node, &kernel_end_prop); in kexec_setup()
H A Dcore_64.c411 of_add_property(node, &htab_base_prop); in export_htab_values()
413 of_add_property(node, &htab_size_prop); in export_htab_values()
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Dcore.c247 of_add_property(node, &crashk_base_prop); in export_crashk_values()
249 of_add_property(node, &crashk_size_prop); in export_crashk_values()
273 of_add_property(node, &kernel_end_prop); in kexec_setup()
H A Dcore_64.c414 of_add_property(node, &htab_base_prop); in export_htab_values()
416 of_add_property(node, &htab_size_prop); in export_htab_values()
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
H A Ddpaa_sys.c83 err = of_add_property(mem_node, prop); in qbman_init_private_mem()
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/
H A Ddpaa_sys.c83 err = of_add_property(mem_node, prop); in qbman_init_private_mem()
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/
H A Dcoherency.c198 of_add_property(cache_dn, p); in armada_375_380_coherency_init()
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/
H A Dcoherency.c195 of_add_property(cache_dn, p); in armada_375_380_coherency_init()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dpci_32.c218 of_add_property(dn, of_prop); in pci_create_OF_bus_map()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dpci_32.c227 of_add_property(dn, of_prop); in pci_create_OF_bus_map()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dreconfig.c292 of_add_property(np, prop); in do_add_property()
H A Diommu.c1254 ret = of_add_property(pdn, win64); in enable_ddw()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dreconfig.c292 of_add_property(np, prop); in do_add_property()
H A Diommu.c1451 ret = of_add_property(pdn, win64); in enable_ddw()
/kernel/linux/linux-5.10/drivers/of/
H A Dunittest.c192 unittest(of_add_property(np, prop) == 0, "Adding a new property failed\n"); in of_unittest_dynamic()
199 unittest(of_add_property(np, prop) != 0, in of_unittest_dynamic()
227 unittest(of_add_property(np, prop) == 0, in of_unittest_dynamic()
1365 * open code for_each_property_of_node() because of_add_property() in update_node_properties()
1370 ret = of_add_property(dup, prop); in update_node_properties()
H A Dbase.c1805 * of_add_property - Add a property to a node
1809 int of_add_property(struct device_node *np, struct property *prop) in of_add_property() function
/kernel/linux/linux-6.6/drivers/of/
H A Dunittest.c201 unittest(of_add_property(np, prop) == 0, "Adding a new property failed\n"); in of_unittest_dynamic()
208 unittest(of_add_property(np, prop) != 0, in of_unittest_dynamic()
236 unittest(of_add_property(np, prop) == 0, in of_unittest_dynamic()
1553 * open code for_each_property_of_node() because of_add_property() in update_node_properties()
1558 ret = of_add_property(dup, prop); in update_node_properties()
H A Dbase.c1585 * of_add_property - Add a property to a node
1589 int of_add_property(struct device_node *np, struct property *prop) in of_add_property() function
1602 EXPORT_SYMBOL_GPL(of_add_property); variable
/kernel/linux/linux-6.6/include/linux/
H A Dof.h407 extern int of_add_property(struct device_node *np, struct property *prop);
801 static inline int of_add_property(struct device_node *np, struct property *prop) in of_add_property() function
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H A Dos-area.c269 result = of_add_property(node, prop); in os_area_set_property()
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/
H A Dos-area.c267 result = of_add_property(node, prop); in os_area_set_property()
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dsmu.c1003 if (of_add_property(smu->of_node, prop)) { in smu_create_sdb_partition()
/kernel/linux/linux-5.10/include/linux/
H A Dof.h402 extern int of_add_property(struct device_node *np, struct property *prop);
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dsmu.c1003 if (of_add_property(smu->of_node, prop)) { in smu_create_sdb_partition()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-single.c1776 error = of_add_property(np, pcs->missing_nr_pinctrl_cells); in pcs_quirk_missing_pinctrl_cells()

Completed in 36 milliseconds

12