Lines Matching defs:slave
356 struct dma_slave_config slave;
368 unsigned int reconfigure; /* new slave config? */
574 * bam_slave_config - set slave configuration for channel
576 * @cfg: slave configuration
578 * Sets slave configuration for channel
588 memcpy(&bchan->slave, cfg, sizeof(*cfg));
596 * bam_prep_slave_sg - Prep slave sg transaction
962 maxburst = bchan->slave.src_maxburst;
964 maxburst = bchan->slave.dst_maxburst;
1007 /* apply new slave config changes, if necessary */