Searched refs:spi_ctrl_rx_buf (Results 1 – 1 of 1) sorted by relevance
117 void *spi_ctrl_rx_buf; member169 xfer.rx_buf = tc6->spi_ctrl_rx_buf; in oa_tc6_spi_transfer()242 u8 *rx_buf = tc6->spi_ctrl_rx_buf; in oa_tc6_check_ctrl_write_reply()257 u32 *rx_buf = tc6->spi_ctrl_rx_buf + OA_TC6_CTRL_IGNORED_SIZE; in oa_tc6_check_ctrl_read_reply()272 __be32 *rx_buf = tc6->spi_ctrl_rx_buf + OA_TC6_CTRL_IGNORED_SIZE + in oa_tc6_copy_ctrl_read_data()1253 tc6->spi_ctrl_rx_buf = devm_kzalloc(&tc6->spi->dev, in oa_tc6_init()1256 if (!tc6->spi_ctrl_rx_buf) in oa_tc6_init()