Searched refs:spi_delay_exec (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/spi/ |
| H A D | spi.h | 108 extern int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer); 1087 return spi_delay_exec(&d, NULL); in spi_transfer_delay_exec() 1090 return spi_delay_exec(&t->delay, t); in spi_transfer_delay_exec()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-dw-dma.c | 247 spi_delay_exec(&delay, xfer); in dw_spi_dma_wait_tx_done() 348 spi_delay_exec(&delay, NULL); in dw_spi_dma_wait_rx_done()
|
| H A D | spi-orion.c | 474 spi_delay_exec(&xfer->word_delay, xfer); in orion_spi_write_read() 484 spi_delay_exec(&xfer->word_delay, xfer); in orion_spi_write_read()
|
| H A D | spi-dw-core.c | 391 spi_delay_exec(&delay, transfer); in dw_spi_poll_transfer() 625 spi_delay_exec(&delay, NULL); in dw_spi_wait_mem_op_done()
|
| H A D | spi.c | 813 spi_delay_exec(&spi->controller->cs_setup, NULL); in spi_set_cs() 815 spi_delay_exec(&spi->controller->cs_hold, NULL); in spi_set_cs() 857 spi_delay_exec(&spi->controller->cs_inactive, NULL); in spi_set_cs() 1209 int spi_delay_exec(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_exec() function 1226 EXPORT_SYMBOL_GPL(spi_delay_exec); 1242 ret = spi_delay_exec(&xfer->cs_change_delay, xfer); in _spi_transfer_cs_change_delay()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 1192 spi_delay_exec
|
| H A D | abi_gki_aarch64_exynosauto | 1403 spi_delay_exec
|
| H A D | abi_gki_aarch64_db845c | 1758 spi_delay_exec
|
| H A D | abi_gki_aarch64_galaxy | 3839 spi_delay_exec
|