Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/of/
Dbase.c1132 it->phandle_end = list; in of_phandle_iterator_init()
1148 if (!it->cur || it->phandle_end >= it->list_end) in of_phandle_iterator_next()
1151 it->cur = it->phandle_end; in of_phandle_iterator_next()
1209 it->phandle_end = it->cur + count; in of_phandle_iterator_next()
/Linux-v6.6/include/linux/
Dof.h84 const __be32 *phandle_end; member