Home
last modified time | relevance | path

Searched refs:ofnode_get_property_by_prop (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/dm/
H A Dofnode.h601 const void *ofnode_get_property_by_prop(const struct ofprop *prop,
H A Dread.h649 return ofnode_get_property_by_prop(prop, propname, lenp); in dev_read_prop_by_prop()
/rk3399_rockchip-uboot/drivers/core/
H A Dread.c181 return ofnode_get_property_by_prop(prop, propname, lenp); in dev_read_prop_by_prop()
H A Dofnode.c551 const void *ofnode_get_property_by_prop(const struct ofprop *prop, in ofnode_get_property_by_prop() function