Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dbase.c1286 int cell_count) in of_phandle_iterator_init() argument
1297 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init()
1305 it->cell_count = cell_count; in of_phandle_iterator_init()
1354 if (it->cell_count >= 0) { in of_phandle_iterator_next()
1355 count = it->cell_count; in of_phandle_iterator_next()
1365 count = it->cell_count; in of_phandle_iterator_next()
1420 int cell_count, int index, in __of_parse_phandle_with_args() argument
1430 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()