Searched refs:atslave (Results 1 – 1 of 1) sorted by relevance
1255 struct at_dma_slave *atslave = chan->private; in atc_prep_slave_sg() local1272 if (unlikely(!atslave || !sg_len)) { in atc_prep_slave_sg()1498 struct at_dma_slave *atslave = chan->private; in atc_prep_dma_cyclic() local1511 if (unlikely(!atslave || !buf_len || !period_len)) { in atc_prep_dma_cyclic()1729 struct at_dma_slave *atslave; in atc_alloc_chan_resources() local1742 atslave = chan->private; in atc_alloc_chan_resources()1743 if (atslave) { in atc_alloc_chan_resources()1748 BUG_ON(!atslave->dma_dev || atslave->dma_dev != atdma->dma_device.dev); in atc_alloc_chan_resources()1751 if (atslave->cfg) in atc_alloc_chan_resources()1752 cfg = atslave->cfg; in atc_alloc_chan_resources()[all …]