Lines Matching refs:index
45 * @sg_index: index of sg
69 * @index: index of this channel in the controller
79 unsigned int index;
194 unsigned int index)
197 struct usb_dmac_sg *sg = desc->sg + index;
209 chan->index, sg, sg->size, &src_addr, &dst_addr);
642 if (uchan->index != dma_spec->args[0])
709 unsigned int index)
716 uchan->index = index;
717 uchan->iomem = dmac->iomem + USB_DMAC_CHAN_OFFSET(index);
720 sprintf(pdev_irqname, "ch%u", index);
726 dev_name(dmac->dev), index);