Lines Matching refs:at
169 struct list_head *at; member
220 struct s3c24xx_txd *at; member
373 struct s3c24xx_txd *txd = s3cchan->at; in s3c24xx_dma_getbytes_chan()
445 struct s3c24xx_sg *dsg = list_entry(txd->at, struct s3c24xx_sg, node); in s3c24xx_dma_start_next_sg()
511 s3cchan->at = txd; in s3c24xx_dma_start_next_txd()
518 txd->at = txd->dsg_list.next; in s3c24xx_dma_start_next_txd()
671 txd = s3cchan->at; in s3c24xx_dma_irq()
674 if (!list_is_last(txd->at, &txd->dsg_list)) { in s3c24xx_dma_irq()
675 txd->at = txd->at->next; in s3c24xx_dma_irq()
680 s3cchan->at = NULL; in s3c24xx_dma_irq()
695 txd->at = txd->dsg_list.next; in s3c24xx_dma_irq()
717 if (!s3cchan->phy && !s3cchan->at) { in s3c24xx_dma_terminate_all()
731 if (s3cchan->at) { in s3c24xx_dma_terminate_all()
732 vchan_terminate_vdesc(&s3cchan->at->vd); in s3c24xx_dma_terminate_all()
733 s3cchan->at = NULL; in s3c24xx_dma_terminate_all()
792 txd = s3cchan->at; in s3c24xx_dma_tx_status()
794 dsg = list_entry(txd->at, struct s3c24xx_sg, node); in s3c24xx_dma_tx_status()