Searched refs:atslave (Results 1 – 1 of 1) sorted by relevance
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()1789 chan->private = atslave; in at_dma_filter()1801 struct at_dma_slave *atslave; in at_dma_xlate() local1816 atslave = kmalloc(sizeof(*atslave), GFP_KERNEL); in at_dma_xlate()1817 if (!atslave) { in at_dma_xlate()[all …]