Searched refs:peripheral_size (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/sound/
H A Ddmaengine_pcm.h72 * @peripheral_size: peripheral configuration buffer size
83 size_t peripheral_size; member in struct:snd_dmaengine_dai_dma_data
/linux-master/sound/core/
H A Dpcm_dmaengine.c130 slave_config->peripheral_size = dma_data->peripheral_size;
/linux-master/sound/soc/fsl/
H A Dfsl_asrc_dma.c280 config_be.peripheral_size = sizeof(audio_config);
H A Dfsl_ssi.c882 ssi->dma_params_tx.peripheral_size = sizeof(ssi->audio_config[0]);
884 ssi->dma_params_rx.peripheral_size = sizeof(ssi->audio_config[1]);
H A Dfsl_micfil.c757 micfil->dma_params_rx.peripheral_size = sizeof(micfil->sdmacfg);
H A Dfsl_sai.c656 dma_params->peripheral_size = sizeof(sai->audio_config[tx]);
/linux-master/drivers/dma/
H A Dstm32-dma.c405 if (config->peripheral_size) {
407 config->peripheral_size = sizeof(chan->mdma_config);
H A Dimx-sdma.c1803 if (dmaengine_cfg->peripheral_size != sizeof(struct sdma_peripheral_config)) {
1805 dmaengine_cfg->peripheral_size,
H A Dstm32-mdma.c1305 if (config->peripheral_size) {
/linux-master/drivers/tty/serial/
H A Dmsm_serial.c319 conf.peripheral_size = sizeof(periph_conf);
371 conf.peripheral_size = sizeof(periph_conf);
/linux-master/drivers/dma/qcom/
H A Dqcom_adm.c503 if (cfg->peripheral_size == sizeof(*config))
H A Dgpi.c1628 gchan->config = krealloc(gchan->config, config->peripheral_size, GFP_NOWAIT);
1632 memcpy(gchan->config, config->peripheral_config, config->peripheral_size);
/linux-master/include/linux/
H A Ddmaengine.h423 * @peripheral_size: peripheral configuration buffer size
449 size_t peripheral_size; member in struct:dma_slave_config
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_disp.c970 .peripheral_size = sizeof(pconfig),
/linux-master/drivers/i2c/busses/
H A Di2c-qcom-geni.c595 config.peripheral_size = sizeof(peripheral);
/linux-master/drivers/spi/
H A Dspi-geni-qcom.c466 config.peripheral_size = sizeof(peripheral);
/linux-master/drivers/dma/xilinx/
H A Dxilinx_dpdma.c1298 if (WARN_ON(pconfig && config->peripheral_size != sizeof(*pconfig)))
/linux-master/drivers/mtd/nand/raw/
H A Dqcom_nandc.c1068 slave_conf.peripheral_size = sizeof(periph_conf);
1076 slave_conf.peripheral_size = sizeof(periph_conf);

Completed in 472 milliseconds