Home
last modified time | relevance | path

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

/drivers/misc/cxl/
Dbase.c101 return of_update_property(dn, new_prop); in cxl_update_properties()
/drivers/video/fbdev/omap2/omapfb/dss/
Domapdss-boot-init.c57 of_update_property(node, prop); in omapdss_update_prop()
/drivers/gpu/drm/omapdrm/dss/
Domapdss-boot-init.c57 of_update_property(node, prop); in omapdss_update_prop()
/drivers/memory/
Datmel-ebi.c511 return of_update_property(np, newprop); in atmel_ebi_dev_disable()
/drivers/of/
Dunittest.c205 unittest(of_update_property(np, prop) == 0, in of_unittest_dynamic()
213 unittest(of_update_property(np, prop) == 0, in of_unittest_dynamic()
Dbase.c1949 int of_update_property(struct device_node *np, struct property *newprop) in of_update_property() function