Lines Matching refs:rxbuf
42 char *rxbuf; member
132 static int spidev_mst_read(struct spidev_rkmst_data *spidev, void *rxbuf, size_t n) in spidev_mst_read() argument
136 .rx_buf = rxbuf, in spidev_mst_read()
344 spidev_rkmst_xfer(spidev, NULL, spidev->rxbuf, addr, len); in spidev_rkmst_misc_write()
350 spidev->rxbuf, in spidev_rkmst_misc_write()
404 spidev_rkmst_xfer(spidev, spidev->txbuf, spidev->rxbuf, addr, len); in spidev_rkmst_misc_write()
410 spidev->rxbuf, in spidev_rkmst_misc_write()
450 spidev_rkmst_xfer(spidev, spidev->txbuf, spidev->rxbuf, addr, len); in spidev_rkmst_misc_write()
451 if (memcmp(spidev->rxbuf, tempbuf, len)) { in spidev_rkmst_misc_write()
464 spidev->rxbuf, in spidev_rkmst_misc_write()
492 spidev_rkmst_xfer(spidev, NULL, spidev->rxbuf, addr, len); in spidev_rkmst_misc_write()
493 if (memcmp(spidev->rxbuf, spidev->txbuf, len)) { in spidev_rkmst_misc_write()
506 spidev->rxbuf, in spidev_rkmst_misc_write()
561 spidev->rxbuf = devm_kzalloc(&spi->dev, SPI_OBJ_APP_RAM_SIZE, GFP_KERNEL | GFP_DMA); in spidev_rkmst_probe()
562 if (!spidev->rxbuf) in spidev_rkmst_probe()