Searched refs:txbuf (Results 1 – 2 of 2) sorted by relevance
128 if (dev->txbuf) { in spi_write_bytes()131 val = dev->txbuf[count]; in spi_write_bytes()134 p16 = (u16 *)(dev->txbuf + 2*count); in spi_write_bytes()140 p32 = (u32 *)(dev->txbuf + 4*count); in spi_write_bytes()227 dev->txbuf = wdata; in spi_command()234 dev->txbuf = NULL; in spi_command()
75 unsigned char *txbuf; member