Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-bcm2835.c112 * (used by bcm2835_spi_dma_tx_done() to write @clear_rx_cs)
115 * (used by bcm2835_spi_dma_tx_done() to handle a race)
617 * bcm2835_spi_dma_tx_done() - callback for DMA TX channel
622 static void bcm2835_spi_dma_tx_done(void *data) in bcm2835_spi_dma_tx_done() function
700 desc->callback = bcm2835_spi_dma_tx_done; in bcm2835_spi_prepare_sg()
822 * In case of a very short TX-only transfer, bcm2835_spi_dma_tx_done() in bcm2835_spi_transfer_one_dma()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-bcm2835.c109 * (used by bcm2835_spi_dma_tx_done() to write @clear_rx_cs)
112 * (used by bcm2835_spi_dma_tx_done() to handle a race)
626 * bcm2835_spi_dma_tx_done() - callback for DMA TX channel
631 static void bcm2835_spi_dma_tx_done(void *data) in bcm2835_spi_dma_tx_done() function
708 desc->callback = bcm2835_spi_dma_tx_done; in bcm2835_spi_prepare_sg()
830 * In case of a very short TX-only transfer, bcm2835_spi_dma_tx_done() in bcm2835_spi_transfer_one_dma()

Completed in 4 milliseconds