Lines Matching defs:count
69 for (idx = 0; idx < clk->info->count; idx++, opp++) {
106 int idx, max_opp = clk->info->count;
180 unsigned int idx = clkspec->args[0], count;
182 for (count = 0; count < clk_data->clk_num; count++) {
183 sclk = clk_data->clk[count];
194 int idx, count, err;
197 count = of_property_count_strings(np, "clock-output-names");
198 if (count < 0) {
199 dev_err(dev, "%pOFn: invalid clock output count\n", np);
207 clk_data->clk_num = count;
208 clk_data->clk = devm_kcalloc(dev, count, sizeof(*clk_data->clk),
213 for (idx = 0; idx < count; idx++) {