Searched refs:peripheral_size (Results 1 – 18 of 18) 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
132 slave_config->peripheral_size = dma_data->peripheral_size; in snd_dmaengine_pcm_set_config_from_dai_data()
396 slave_conf.peripheral_size = sizeof(periph_conf); in qcom_prep_adm_dma_desc()404 slave_conf.peripheral_size = sizeof(periph_conf); in qcom_prep_adm_dma_desc()
293 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()
946 micfil->dma_params_rx.peripheral_size = sizeof(micfil->sdmacfg); in fsl_micfil_hw_params()
701 dma_params->peripheral_size = sizeof(sai->audio_config[tx]); in fsl_sai_hw_params()
1547 rx_mdma_conf.peripheral_size = rx_dma_conf->peripheral_size; in stm32_spi_prepare_rx_dma_mdma_chaining()1656 rx_dma_conf.peripheral_size = 1; in stm32_spi_transfer_one_dma()
404 config.peripheral_size = sizeof(peripheral); in setup_gsi_xfer()
405 if (config->peripheral_size) { in stm32_dma_slave_config()407 config->peripheral_size = sizeof(chan->mdma_config); in stm32_dma_slave_config()
1305 if (config->peripheral_size) { in stm32_mdma_slave_config()
502 if (cfg->peripheral_size == sizeof(*config)) in adm_slave_config()
1613 new_config = krealloc(gchan->config, config->peripheral_size, GFP_NOWAIT); in gpi_peripheral_config()1618 memcpy(gchan->config, config->peripheral_config, config->peripheral_size); in gpi_peripheral_config()
1066 .peripheral_size = sizeof(pconfig), in zynqmp_disp_layer_set_format()
459 size_t peripheral_size; member
1845 if (dmaengine_cfg->peripheral_size != sizeof(struct sdma_peripheral_config)) { in sdma_config()1847 dmaengine_cfg->peripheral_size, in sdma_config()
764 config.peripheral_size = sizeof(peripheral); in geni_i2c_gpi_xfer()
1391 if (WARN_ON(pconfig && config->peripheral_size != sizeof(*pconfig))) in xilinx_dpdma_config()