Lines Matching refs:index
169 int index, rc, num_parents;
174 for (index = 0; index < num_parents; index++) {
176 "#clock-cells", index, &clkspec);
185 pr_err("ccm: parent clock %d not in ccm\n", index);
191 "#clock-cells", index, &clkspec);
195 pr_err("ccm: child clock %d not in ccm\n", index);
220 int index, ret, num_clocks;
228 for (index = 0; index < num_clocks; index++) {
230 "#clock-cells", index,
241 if (index == num_clocks)
245 "#clock-cells", index, &clkspec);