Lines Matching refs:cell_count
1244 int cell_count) in of_phandle_iterator_init() argument
1255 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init()
1263 it->cell_count = cell_count; in of_phandle_iterator_init()
1312 if (it->cell_count >= 0) { in of_phandle_iterator_next()
1313 count = it->cell_count; in of_phandle_iterator_next()
1323 count = it->cell_count; in of_phandle_iterator_next()
1378 int cell_count, int index, in __of_parse_phandle_with_args() argument
1385 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1489 int cell_count = -1; in of_parse_phandle_with_args() local
1496 cell_count = 0; in of_parse_phandle_with_args()
1499 cell_count, index, out_args); in of_parse_phandle_with_args()
1718 const char *list_name, int cell_count, in of_parse_phandle_with_fixed_args() argument
1723 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args()