Lines Matching refs:index
51 * Channels are indexed from 0 to N-1 in the documentation. The channel index
54 * available, in which case the index in the documentation doesn't match the
55 * "real" index as implemented in hardware. This is for instance the case with
94 unsigned int index; /* Index in the documentation */
95 unsigned int hwidx; /* Real hardware index */
364 ch->index);
387 ch->index);
506 ch->index);
515 ch->index);
715 ch->index);
754 ch->index, periodic ? "periodic" : "oneshot");
806 irq = platform_get_irq(ch->cmt->pdev, ch->index);
815 ch->index, irq);
840 ch->index);
866 static int sh_cmt_setup_channel(struct sh_cmt_channel *ch, unsigned int index,
878 ch->index = index;
920 ch->index);