Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/dm/
H A Dof_access.h322 int of_property_match_string(const struct device_node *np, const char *propname,
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c549 int of_property_match_string(const struct device_node *np, const char *propname, in of_property_match_string() function
H A Dofnode.c287 return of_property_match_string(ofnode_to_np(node), in ofnode_stringlist_search()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display.c2227 idx = of_property_match_string(np, "memory-region-names", "drm-logo"); in rockchip_get_logo_memory()