Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/kexec/
Dcore.c249 of_add_property(node, &crashk_base_prop); in export_crashk_values()
251 of_add_property(node, &crashk_size_prop); in export_crashk_values()
275 of_add_property(node, &kernel_end_prop); in kexec_setup()
Dcore_64.c415 of_add_property(node, &htab_base_prop); in export_htab_values()
417 of_add_property(node, &htab_size_prop); in export_htab_values()
/Linux-v5.15/drivers/soc/fsl/qbman/
Ddpaa_sys.c83 err = of_add_property(mem_node, prop); in qbman_init_private_mem()
/Linux-v5.15/arch/arm/mach-mvebu/
Dcoherency.c198 of_add_property(cache_dn, p); in armada_375_380_coherency_init()
/Linux-v5.15/arch/powerpc/kernel/
Dpci_32.c218 of_add_property(dn, of_prop); in pci_create_OF_bus_map()
/Linux-v5.15/arch/powerpc/platforms/pseries/
Dreconfig.c292 of_add_property(np, prop); in do_add_property()
Diommu.c1388 ret = of_add_property(pdn, win64); in enable_ddw()
/Linux-v5.15/include/linux/
Dof.h402 extern int of_add_property(struct device_node *np, struct property *prop);
949 static inline int of_add_property(struct device_node *np, struct property *prop) in of_add_property() function
/Linux-v5.15/drivers/of/
Dunittest.c187 unittest(of_add_property(np, prop) == 0, "Adding a new property failed\n"); in of_unittest_dynamic()
194 unittest(of_add_property(np, prop) != 0, in of_unittest_dynamic()
222 unittest(of_add_property(np, prop) == 0, in of_unittest_dynamic()
1340 ret = of_add_property(dup, prop); in update_node_properties()
Dbase.c1802 int of_add_property(struct device_node *np, struct property *prop) in of_add_property() function
1823 EXPORT_SYMBOL_GPL(of_add_property);
/Linux-v5.15/arch/powerpc/platforms/ps3/
Dos-area.c269 result = of_add_property(node, prop); in os_area_set_property()
/Linux-v5.15/drivers/usb/dwc3/
Ddwc3-qcom.c669 ret = of_add_property(dwc3_np, prop); in dwc3_qcom_of_register_core()
/Linux-v5.15/drivers/macintosh/
Dsmu.c1003 if (of_add_property(smu->of_node, prop)) { in smu_create_sdb_partition()
/Linux-v5.15/drivers/pinctrl/
Dpinctrl-single.c1770 error = of_add_property(np, pcs->missing_nr_pinctrl_cells); in pcs_quirk_missing_pinctrl_cells()