Lines Matching full:channels
10 * M2P channels.
25 /* M2M channels */
36 * function. Note that this is only needed for slave/cyclic channels. For
37 * memcpy channels %NULL data should be passed.
59 * @channels: array of channels which are passed to the driver
60 * @num_channels: number of channels in the array
63 * M2P channels, contract is that even channels are for TX and odd for RX.
64 * There is no requirement for the M2M channels.
67 struct ep93xx_dma_chan_data *channels; member
81 * channel supports given DMA direction. Only M2P channels have such
82 * limitation, for M2M channels the direction is configurable.
90 /* even channels are for TX, odd for RX */ in ep93xx_dma_chan_direction()