Lines Matching refs:size
76 size_t size;
439 * its total size.
443 state->residue = container_of(vd, struct sa11x0_dma_desc, vd)->size;
530 size_t size = 0;
567 size += len;
595 txd->size = size;
598 dev_dbg(chan->device->dev, "vchan %p: txd %p: size %zu nr %u\n",
599 &c->vc, &txd->vd, txd->size, txd->sglen);
605 struct dma_chan *chan, dma_addr_t addr, size_t size, size_t period,
620 sglen = size * sgperiod / period;
632 for (i = k = 0; i < size / period; i++) {
655 txd->size = size;