Searched refs:of_update_property (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/arch/powerpc/platforms/85xx/ |
| H A D | p1022_ds.c | 514 of_update_property(np2, &nor_status); in p1022_ds_setup_arch() 530 of_update_property(np2, &nand_status); in p1022_ds_setup_arch()
|
| /linux-6.15/arch/arm/mach-versatile/ |
| H A D | versatile.c | 152 of_update_property(np, newprop); in versatile_dt_pci_init()
|
| /linux-6.15/arch/arm/mach-mvebu/ |
| H A D | kirkwood.c | 133 of_update_property(np, pmac); in kirkwood_dt_eth_fixup()
|
| H A D | board-v7.c | 137 of_update_property(np, new_compat); in i2c_quirk()
|
| /linux-6.15/arch/powerpc/kexec/ |
| H A D | core.c | 191 of_update_property(node, &memory_limit_prop); in export_crashk_values()
|
| /linux-6.15/arch/mips/mti-malta/ |
| H A D | malta-time.c | 215 if (of_update_property(node, &gic_frequency_prop) < 0) in update_gic_frequency_dt()
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | drmem.c | 90 of_update_property(memory, new_prop); in drmem_update_dt_v1() 168 of_update_property(memory, new_prop); in drmem_update_dt_v2()
|
| /linux-6.15/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | omapdss-boot-init.c | 57 of_update_property(node, prop); in omapdss_update_prop()
|
| /linux-6.15/arch/xtensa/platforms/xtfpga/ |
| H A D | setup.c | 134 of_update_property(node, newmac); in update_local_mac()
|
| /linux-6.15/arch/arm/mach-mxs/ |
| H A D | mach-mxs.c | 228 of_update_property(np, newmac); in update_fec_mac_prop()
|
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | reconfig.c | 343 return of_update_property(np, newprop); in do_update_property()
|
| H A D | mobility.c | 172 of_update_property(dn, new_prop); in update_dt_property()
|
| H A D | hotplug-memory.c | 100 of_update_property(dr_node, new_prop); in find_aa_index()
|
| /linux-6.15/drivers/memory/ |
| H A D | atmel-ebi.c | 515 return of_update_property(np, newprop); in atmel_ebi_dev_disable()
|
| /linux-6.15/include/linux/ |
| H A D | of.h | 426 extern int of_update_property(struct device_node *np, struct property *newprop);
|
| /linux-6.15/drivers/of/ |
| H A D | base.c | 1813 int of_update_property(struct device_node *np, struct property *newprop) in of_update_property() function
|
| H A D | unittest.c | 223 unittest(of_update_property(np, prop) == 0, in of_unittest_dynamic() 231 unittest(of_update_property(np, prop) == 0, in of_unittest_dynamic()
|