Home
last modified time | relevance | path

Searched refs:of_update_property (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c513 of_update_property(np2, &nor_status); in p1022_ds_setup_arch()
529 of_update_property(np2, &nand_status); in p1022_ds_setup_arch()
/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dbase.c101 return of_update_property(dn, new_prop); in cxl_update_properties()
/OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/
H A Dkirkwood.c134 of_update_property(np, pmac); in kirkwood_dt_eth_fixup()
H A Dboard-v7.c137 of_update_property(np, new_compat); in i2c_quirk()
/OK3568_Linux_fs/kernel/arch/arm/mach-versatile/
H A Dversatile_dt.c152 of_update_property(np, newprop); in versatile_dt_pci_init()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Ddrmem.c89 of_update_property(memory, new_prop); in drmem_update_dt_v1()
167 of_update_property(memory, new_prop); in drmem_update_dt_v2()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-time.c220 if (of_update_property(node, &gic_frequency_prop) < 0) in update_gic_frequency_dt()
/OK3568_Linux_fs/kernel/arch/xtensa/platforms/xtfpga/
H A Dsetup.c127 of_update_property(node, newmac); in update_local_mac()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c57 of_update_property(node, prop); in omapdss_update_prop()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Domapdss-boot-init.c57 of_update_property(node, prop); in omapdss_update_prop()
/OK3568_Linux_fs/kernel/arch/powerpc/kexec/
H A Dcore.c266 of_update_property(node, &memory_limit_prop); in export_crashk_values()
/OK3568_Linux_fs/kernel/arch/arm/mach-mxs/
H A Dmach-mxs.c226 of_update_property(np, newmac); in update_fec_mac_prop()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dmobility.c144 of_update_property(dn, new_prop); in update_dt_property()
H A Dreconfig.c343 return of_update_property(np, newprop); in do_update_property()
H A Dhotplug-memory.c148 of_update_property(dr_node, new_prop); in find_aa_index()
/OK3568_Linux_fs/kernel/drivers/memory/
H A Datmel-ebi.c511 return of_update_property(np, newprop); in atmel_ebi_dev_disable()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h404 extern int of_update_property(struct device_node *np, struct property *newprop);
/OK3568_Linux_fs/kernel/drivers/of/
H A Dunittest.c199 unittest(of_update_property(np, prop) == 0, in of_unittest_dynamic()
207 unittest(of_update_property(np, prop) == 0, in of_unittest_dynamic()
H A Dbase.c1915 int of_update_property(struct device_node *np, struct property *newprop) in of_update_property() function