Lines Matching refs:dma_slave_config
128 STM32 DMA-MDMA chaining uses (struct dma_slave_config).peripheral_config to
191 (struct dma_slave_config).peripheral_config
203 (struct dma_slave_config).peripheral_config
208 (struct dma_slave_config).peripheral_config
292 First, use dmaengine_slave_config() with a struct dma_slave_config to
295 SRAM buffer, and set (struct dma_slave_config).peripheral_size != 0.
297 STM32 DMA driver will check (struct dma_slave_config).peripheral_size to
299 driver fills (struct dma_slave_config).peripheral_config with an array of
304 Then, use dmaengine_slave_config with another struct dma_slave_config to
308 DMA operation. Use the previous (struct dma_slave_config).peripheral_size
310 (struct dma_slave_config).peripheral_size and .peripheral_config of the
311 struct dma_slave_config to configure STM32 MDMA channel.
314 struct dma_slave_config dma_conf;
315 struct dma_slave_config mdma_conf;