Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c514 of_update_property(np2, &nor_status); in p1022_ds_setup_arch()
530 of_update_property(np2, &nand_status); in p1022_ds_setup_arch()
/linux/arch/arm/mach-mvebu/
H A Dkirkwood.c133 of_update_property(np, pmac); in kirkwood_dt_eth_fixup()
H A Dboard-v7.c137 of_update_property(np, new_compat); in i2c_quirk()
/linux/arch/arm/mach-versatile/
H A Dversatile.c152 of_update_property(np, newprop); in versatile_dt_pci_init()
/linux/arch/mips/mti-malta/
H A Dmalta-time.c215 if (of_update_property(node, &gic_frequency_prop) < 0) in update_gic_frequency_dt()
/linux/arch/powerpc/kexec/
H A Dcore.c193 of_update_property(node, &memory_limit_prop); in export_crashk_values()
/linux/arch/powerpc/mm/
H A Ddrmem.c90 of_update_property(memory, new_prop); in drmem_update_dt_v1()
168 of_update_property(memory, new_prop); in drmem_update_dt_v2()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c57 of_update_property(node, prop); in omapdss_update_prop()
/linux/arch/powerpc/platforms/pseries/
H A Dmobility.c173 of_update_property(dn, new_prop); in update_dt_property()
/linux/drivers/memory/
H A Datmel-ebi.c515 return of_update_property(np, newprop); in atmel_ebi_dev_disable()
/linux/include/linux/
H A Dof.h434 extern int of_update_property(struct device_node *np, struct property *newprop);
/linux/drivers/of/
H A Dbase.c1894 int of_update_property(struct device_node *np, struct property *newprop) in of_update_property() function