Lines Matching refs:cell_count
1265 int cell_count) in of_phandle_iterator_init() argument
1276 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init()
1284 it->cell_count = cell_count; in of_phandle_iterator_init()
1333 if (it->cell_count >= 0) { in of_phandle_iterator_next()
1334 count = it->cell_count; in of_phandle_iterator_next()
1344 count = it->cell_count; in of_phandle_iterator_next()
1354 count, it->cell_count); in of_phandle_iterator_next()
1394 int cell_count, int index, in __of_parse_phandle_with_args() argument
1401 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1505 int cell_count = -1; in of_parse_phandle_with_args() local
1512 cell_count = 0; in of_parse_phandle_with_args()
1515 cell_count, index, out_args); in of_parse_phandle_with_args()
1734 const char *list_name, int cell_count, in of_parse_phandle_with_fixed_args() argument
1739 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args()