Home
last modified time | relevance | path

Searched refs:sram_rx_buf (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/spi/
H A Dspi-stm32.c381 void *sram_rx_buf; member
1758 if (spi->sram_rx_buf) in stm32_spi_transfer_one_dma()
1759 memset(spi->sram_rx_buf, 0, spi->sram_rx_buf_size); in stm32_spi_transfer_one_dma()
2155 if (spi->sram_rx_buf) in stm32_spi_unprepare_msg()
2156 memset(spi->sram_rx_buf, 0, spi->sram_rx_buf_size); in stm32_spi_unprepare_msg()
2522 spi->sram_rx_buf = gen_pool_dma_zalloc(spi->sram_pool, spi->sram_rx_buf_size, in stm32_spi_probe()
2524 if (!spi->sram_rx_buf) { in stm32_spi_probe()
2535 (unsigned long)spi->sram_rx_buf, in stm32_spi_probe()
2575 gen_pool_free(spi->sram_pool, (unsigned long)spi->sram_rx_buf, in stm32_spi_probe()
2609 if (spi->sram_rx_buf) in stm32_spi_remove()
[all …]