Searched refs:peripheral_size (Results 1 – 19 of 19) sorted by relevance
295 SRAM buffer, and set (struct dma_slave_config).peripheral_size != 0.297 STM32 DMA driver will check (struct dma_slave_config).peripheral_size to308 DMA operation. Use the previous (struct dma_slave_config).peripheral_size310 (struct dma_slave_config).peripheral_size and .peripheral_config of the321 config.peripheral_size = 1; // peripheral_size != 0 => chaining329 mdma_conf.peripheral_size = dma_conf.peripheral_size; // <- dma_conf
130 slave_config->peripheral_size = dma_data->peripheral_size; in snd_dmaengine_pcm_set_config_from_dai_data()
83 size_t peripheral_size; member
275 config_be.peripheral_size = sizeof(audio_config); in fsl_asrc_dma_hw_params()
882 ssi->dma_params_tx.peripheral_size = sizeof(ssi->audio_config[0]); in fsl_ssi_hw_params()884 ssi->dma_params_rx.peripheral_size = sizeof(ssi->audio_config[1]); in fsl_ssi_hw_params()
351 micfil->dma_params_rx.peripheral_size = sizeof(micfil->sdmacfg); in fsl_micfil_hw_params()
655 dma_params->peripheral_size = sizeof(sai->audio_config[tx]); in fsl_sai_hw_params()
318 conf.peripheral_size = sizeof(periph_conf); in msm_request_tx_dma()370 conf.peripheral_size = sizeof(periph_conf); in msm_request_rx_dma()
503 if (cfg->peripheral_size == sizeof(*config)) in adm_slave_config()
1628 gchan->config = krealloc(gchan->config, config->peripheral_size, GFP_NOWAIT); in gpi_peripheral_config()1632 memcpy(gchan->config, config->peripheral_config, config->peripheral_size); in gpi_peripheral_config()
406 if (config->peripheral_size) { in stm32_dma_slave_config()408 config->peripheral_size = sizeof(chan->mdma_config); in stm32_dma_slave_config()
1784 if (dmaengine_cfg->peripheral_size != sizeof(struct sdma_peripheral_config)) { in sdma_config()1786 dmaengine_cfg->peripheral_size, in sdma_config()
1305 if (config->peripheral_size) { in stm32_mdma_slave_config()
449 size_t peripheral_size; member
400 config.peripheral_size = sizeof(peripheral); in setup_gsi_xfer()
587 config.peripheral_size = sizeof(peripheral); in geni_i2c_gpi_xfer()
1073 .peripheral_size = sizeof(pconfig), in zynqmp_disp_layer_set_format()
1038 slave_conf.peripheral_size = sizeof(periph_conf); in prep_adm_dma_desc()1046 slave_conf.peripheral_size = sizeof(periph_conf); in prep_adm_dma_desc()
1293 if (WARN_ON(pconfig && config->peripheral_size != sizeof(*pconfig))) in xilinx_dpdma_config()