Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/spi/
Dspi-fsl-dspi.c246 void (*dev_to_host)(struct fsl_dspi *dspi, u32 rxdata); member
356 dspi->dev_to_host(dspi, rxdata); in dspi_push_rx()
781 dspi->dev_to_host = dspi_8on32_dev_to_host; in dspi_setup_accel()
784 dspi->dev_to_host = dspi_8on16_dev_to_host; in dspi_setup_accel()
787 dspi->dev_to_host = dspi_16on32_dev_to_host; in dspi_setup_accel()
791 dspi->dev_to_host = dspi_native_dev_to_host; in dspi_setup_accel()