Home
last modified time | relevance | path

Searched refs:of_get_first_property (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/dm/
H A Dof_access.h116 const struct property *of_get_first_property(const struct device_node *np);
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c174 const struct property *of_get_first_property(const struct device_node *np) in of_get_first_property() function
H A Dofnode.c520 prop->prop = of_get_first_property(ofnode_to_np(prop->node)); in ofnode_get_first_property()