Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c206 static const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function
234 for (cp = of_prop_next_string(prop, NULL); cp; in of_device_is_compatible()
235 cp = of_prop_next_string(prop, cp), index++) { in of_device_is_compatible()