Home
last modified time | relevance | path

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

/linux-6.15/drivers/of/
H A Dbase.c1261 it->phandle_end = list; in of_phandle_iterator_init()
1277 if (!it->cur || it->phandle_end >= it->list_end) in of_phandle_iterator_next()
1280 it->cur = it->phandle_end; in of_phandle_iterator_next()
1338 it->phandle_end = it->cur + count; in of_phandle_iterator_next()
/linux-6.15/include/linux/
H A Dof.h85 const __be32 *phandle_end; member