Lines Matching defs:rx_buf
387 const void *tx_buf, void *rx_buf, in sh_msiof_spi_set_mode_regs()
478 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_8()
488 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16()
498 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16u()
508 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_32()
518 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_32u()
528 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_s32()
538 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_s32u()
600 static int sh_msiof_spi_start(struct sh_msiof_spi_priv *p, void *rx_buf) in sh_msiof_spi_start()
620 static int sh_msiof_spi_stop(struct sh_msiof_spi_priv *p, void *rx_buf) in sh_msiof_spi_stop()
672 const void *tx_buf, void *rx_buf, in sh_msiof_spi_txrx_once()
912 void *rx_buf = t->rx_buf; in sh_msiof_transfer_one() local