Lines Matching refs:cell_count
1110 int cell_count)
1118 * one of cell_count or cells_name must be provided to determine the
1121 if (cell_count < 0 && !cells_name)
1129 it->cell_count = cell_count;
1174 * If both cell_count and cells_name is given,
1175 * fall back to cell_count in absence
1178 if (it->cell_count >= 0) {
1179 count = it->cell_count;
1189 count = it->cell_count;
1244 int cell_count, int index,
1254 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) {