Lines Matching refs:length
44 u8 op, u16 reg, u8 *buf, int length) in cyttsp_spi_xfer() argument
54 if (length > CY_SPI_DATA_SIZE) { in cyttsp_spi_xfer()
56 __func__, length); in cyttsp_spi_xfer()
68 memcpy(wr_buf + CY_SPI_CMD_BYTES, buf, length); in cyttsp_spi_xfer()
81 xfer[0].len = length + CY_SPI_CMD_BYTES; in cyttsp_spi_xfer()
90 xfer[1].len = length; in cyttsp_spi_xfer()
118 for (i = 0; i < length; i++) in cyttsp_spi_xfer()
129 u16 addr, u8 length, void *data) in cyttsp_spi_read_block_data() argument
132 length); in cyttsp_spi_read_block_data()
136 u16 addr, u8 length, const void *data) in cyttsp_spi_write_block_data() argument
139 length); in cyttsp_spi_write_block_data()