Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c208 const void *curv = cur; in of_prop_next_string() local
216 curv += strlen(cur) + 1; in of_prop_next_string()
217 if (curv >= prop->value + prop->length) in of_prop_next_string()
220 return curv; in of_prop_next_string()