Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Dof_access.c173 static const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function
201 for (cp = of_prop_next_string(prop, NULL); cp; in of_device_is_compatible()
202 cp = of_prop_next_string(prop, cp), index++) { in of_device_is_compatible()