Lines Matching defs:count
185 int count;
197 count = of_property_count_u32_elems(np, "clock-indices");
198 if (count < 0) {
199 dev_err(&pdev->dev, "failed to count clocks\n");
205 * of the count from clock-indices because one LPCG supports up to
220 count);
226 ret = of_clk_parent_fill(np, parent_names, count);
227 if (ret != count) {
229 return count;
233 output_names, count);
234 if (ret != count) {
245 for (i = 0; i < count; i++) {