Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-bcm2835.c113 * @tx_dma_active: whether a TX DMA descriptor is in progress
148 unsigned int tx_dma_active; member
605 bs->tx_dma_active = false; in bcm2835_spi_dma_rx_done()
632 bs->tx_dma_active = false; in bcm2835_spi_dma_tx_done()
793 bs->tx_dma_active = true; in bcm2835_spi_transfer_one_dma()
812 bs->tx_dma_active = false; in bcm2835_spi_transfer_one_dma()
825 if (!bs->rx_buf && !bs->tx_dma_active && in bcm2835_spi_transfer_one_dma()
1179 bs->tx_dma_active = false; in bcm2835_spi_handle_err()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-bcm2835.c110 * @tx_dma_active: whether a TX DMA descriptor is in progress
139 unsigned int tx_dma_active; member
614 bs->tx_dma_active = false; in bcm2835_spi_dma_rx_done()
640 bs->tx_dma_active = false; in bcm2835_spi_dma_tx_done()
801 bs->tx_dma_active = true; in bcm2835_spi_transfer_one_dma()
820 bs->tx_dma_active = false; in bcm2835_spi_transfer_one_dma()
833 if (!bs->rx_buf && !bs->tx_dma_active && in bcm2835_spi_transfer_one_dma()
1147 bs->tx_dma_active = false; in bcm2835_spi_handle_err()

Completed in 4 milliseconds