Home
last modified time | relevance | path

Searched refs:dma_tx_cb (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-stm32.c233 * @dma_tx_cb: routine to call after DMA TX channel operation is complete
254 void (*dma_tx_cb)(void *data); member
1343 tx_dma_desc->callback = spi->cfg->dma_tx_cb; in stm32_spi_transfer_one_dma()
1793 .dma_tx_cb = stm32f4_spi_dma_tx_cb,
1815 .dma_tx_cb = stm32h7_spi_dma_cb,
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-stm32.c234 * @dma_tx_cb: routine to call after DMA TX channel operation is complete
256 void (*dma_tx_cb)(void *data); member
1310 tx_dma_desc->callback = spi->cfg->dma_tx_cb; in stm32_spi_transfer_one_dma()
1755 .dma_tx_cb = stm32f4_spi_dma_tx_cb,
1780 * dma_tx_cb is not necessary since in case of TX, dma is followed by

Completed in 6 milliseconds