Searched refs:atslave (Results 1 – 1 of 1) sorted by relevance
1245 struct at_dma_slave *atslave = chan->private; in atc_prep_slave_sg() local1262 if (unlikely(!atslave || !sg_len)) { in atc_prep_slave_sg()1488 struct at_dma_slave *atslave = chan->private; in atc_prep_dma_cyclic() local1501 if (unlikely(!atslave || !buf_len || !period_len)) { in atc_prep_dma_cyclic()1719 struct at_dma_slave *atslave; in atc_alloc_chan_resources() local1732 atslave = chan->private; in atc_alloc_chan_resources()1733 if (atslave) { in atc_alloc_chan_resources()1738 BUG_ON(!atslave->dma_dev || atslave->dma_dev != atdma->dma_device.dev); in atc_alloc_chan_resources()1741 if (atslave->cfg) in atc_alloc_chan_resources()1742 cfg = atslave->cfg; in atc_alloc_chan_resources()[all …]