Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/of/
Dbase.c1266 it->phandle_end = list; in of_phandle_iterator_init()
1282 if (!it->cur || it->phandle_end >= it->list_end) in of_phandle_iterator_next()
1285 it->cur = it->phandle_end; in of_phandle_iterator_next()
1343 it->phandle_end = it->cur + count; in of_phandle_iterator_next()
/kernel/linux/linux-5.10/include/linux/
Dof.h88 const __be32 *phandle_end; member