Lines Matching defs:rx_buf
361 const void *tx_buf, void *rx_buf, in sh_msiof_spi_set_mode_regs()
452 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_8()
462 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16()
472 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16u()
482 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_32()
492 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_32u()
502 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_s32()
512 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_s32u()
567 static int sh_msiof_spi_start(struct sh_msiof_spi_priv *p, void *rx_buf) in sh_msiof_spi_start()
585 static int sh_msiof_spi_stop(struct sh_msiof_spi_priv *p, void *rx_buf) in sh_msiof_spi_stop()
606 const void *tx_buf, void *rx_buf, in sh_msiof_spi_txrx_once()
838 void *rx_buf = t->rx_buf; in sh_msiof_transfer_one() local