Lines Matching defs:channels
161 * necessary channel configuration information. For memcpy channels this must
195 * @num_channels: number of channels for this instance
196 * @channels: array of channels
198 * There is one instance of this struct for the M2P channels and one for the
199 * M2M channels. hw_xxx() methods are used to perform operations which are
200 * different on M2M and M2P channels. These methods are called with channel
216 struct ep93xx_dma_chan channels[];
579 * For memcpy channels the software trigger must be asserted
1335 INIT_LIST_HEAD(&dma_dev->channels);
1337 const struct ep93xx_dma_chan_data *cdata = &pdata->channels[i];
1338 struct ep93xx_dma_chan *edmac = &edma->channels[i];
1359 &dma_dev->channels);
1400 struct ep93xx_dma_chan *edmac = &edma->channels[i];