Lines Matching refs:dma_xmc4xxx_config
40 struct dma_xmc4xxx_config { struct
73 const struct dma_xmc4xxx_config *dev_cfg = dev->config; in dma_xmc4xxx_isr()
123 static int dma_xmc4xxx_config(const struct device *dev, uint32_t channel, struct dma_config *config) in dma_xmc4xxx_config() function
126 const struct dma_xmc4xxx_config *dev_cfg = dev->config; in dma_xmc4xxx_config()
311 const struct dma_xmc4xxx_config *dev_cfg = dev->config; in dma_xmc4xxx_start()
320 const struct dma_xmc4xxx_config *dev_cfg = dev->config; in dma_xmc4xxx_stop()
350 const struct dma_xmc4xxx_config *dev_cfg = dev->config; in dma_xmc4xxx_reload()
384 const struct dma_xmc4xxx_config *dev_cfg = dev->config; in dma_xmc4xxx_get_status()
424 const struct dma_xmc4xxx_config *dev_cfg = dev->config; in dma_xmc4xxx_suspend()
439 const struct dma_xmc4xxx_config *dev_cfg = dev->config; in dma_xmc4xxx_resume()
453 const struct dma_xmc4xxx_config *dev_cfg = dev->config; in dma_xmc4xxx_init()
461 .config = dma_xmc4xxx_config,
480 static const struct dma_xmc4xxx_config dma_xmc4xxx##inst##_config = { \