Lines Matching refs:index
50 * Channels are indexed from 0 to N-1 in the documentation. The channel index
53 * available, in which case the index in the documentation doesn't match the
54 * "real" index as implemented in hardware. This is for instance the case with
93 unsigned int index; /* Index in the documentation */
94 unsigned int hwidx; /* Real hardware index */
362 ch->index);
386 ch->index);
504 ch->index);
513 ch->index);
725 ch->index);
764 ch->index, periodic ? "periodic" : "oneshot");
816 irq = platform_get_irq(ch->cmt->pdev, ch->index);
825 ch->index, irq);
850 ch->index);
876 static int sh_cmt_setup_channel(struct sh_cmt_channel *ch, unsigned int index,
888 ch->index = index;
930 ch->index);