Home
last modified time | relevance | path

Searched refs:tx_takedata (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/nfc/st95hf/
H A Dspi.c72 struct spi_transfer tx_takedata; in st95hf_spi_recv_response() local
83 memset(&tx_takedata, 0x0, sizeof(struct spi_transfer)); in st95hf_spi_recv_response()
110 tx_takedata.rx_buf = &receivebuff[2]; in st95hf_spi_recv_response()
111 tx_takedata.len = len - 2; in st95hf_spi_recv_response()
114 spi_message_add_tail(&tx_takedata, &m); in st95hf_spi_recv_response()