Lines Matching refs:cell_count
1244 int cell_count)
1252 * one of cell_count or cells_name must be provided to determine the
1255 if (cell_count < 0 && !cells_name)
1263 it->cell_count = cell_count;
1308 * If both cell_count and cells_name is given,
1309 * fall back to cell_count in absence
1312 if (it->cell_count >= 0) {
1313 count = it->cell_count;
1323 count = it->cell_count;
1378 int cell_count, int index,
1385 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) {
1489 int cell_count = -1;
1496 cell_count = 0;
1499 cell_count, index, out_args);
1692 * @cell_count: number of argument cells following the phandle
1719 const char *list_name, int cell_count,
1724 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count,