Lines Matching defs:channels
210 struct udma_chan *channels;
1380 * Use normal channels for peripherals, and highest TPL channel for
1412 * mapped_channel_id is -1 for UDMA, BCDMA and PKTDMA unmapped channels.
1413 * For PKTDMA mapped channels it is configured to a channel which must
1461 * mapped_channel_id is -1 for UDMA, BCDMA and PKTDMA unmapped channels.
1462 * For PKTDMA mapped channels it is configured to a channel which must
1500 * Try to use the highest TPL channel pair for MEM_TO_MEM channels
2334 /* Event from UDMA (TR events) only needed for slave TR mode channels */
2523 /* Event from BCDMA (TR events) only needed for slave channels */
4584 * RX flows with the same Ids as RX channels are reserved to be used
5066 ud->channels = devm_kcalloc(dev, ch_count, sizeof(*ud->channels),
5068 if (!ud->channels)
5271 list_for_each_entry(chan, &dma_dev->channels, device_node) {
5472 INIT_LIST_HEAD(&ud->ddev.channels);
5518 struct udma_chan *uc = &ud->channels[i];
5567 list_for_each_entry(chan, &dma_dev->channels, device_node) {
5590 list_for_each_entry(chan, &dma_dev->channels, device_node) {