Lines Matching refs:txbuf
37 u8 txbuf[3];39 txbuf[0] = X9250_ID;40 txbuf[1] = cmd;41 txbuf[2] = val;43 return spi_write_then_read(x9250->spi, txbuf, ARRAY_SIZE(txbuf), NULL, 0);48 u8 txbuf[2];50 txbuf[0] = X9250_ID;51 txbuf[1] = cmd;53 return spi_write_then_read(x9250->spi, txbuf, ARRAY_SIZE(txbuf), val, 1);