Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Dof_access.c209 static const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string() function
237 for (cp = of_prop_next_string(prop, NULL); cp; in of_device_is_compatible()
238 cp = of_prop_next_string(prop, cp), index++) { in of_device_is_compatible()

Completed in 4 milliseconds