Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/nci/
H A Dspi.c69 hdr[1] = nspi->acknowledge_mode; in nci_spi_send()
73 if (nspi->acknowledge_mode == NCI_SPI_CRC_ENABLED) { in nci_spi_send()
96 if (ret != 0 || nspi->acknowledge_mode == NCI_SPI_CRC_DISABLED) in nci_spi_send()
125 u8 acknowledge_mode, unsigned int delay, in nci_spi_allocate_spi() argument
134 nspi->acknowledge_mode = acknowledge_mode; in nci_spi_allocate_spi()
188 req[1] = nspi->acknowledge_mode; in __nci_spi_read()
206 if (nspi->acknowledge_mode == NCI_SPI_CRC_ENABLED) in __nci_spi_read()
231 if (nspi->acknowledge_mode == NCI_SPI_CRC_ENABLED) { in __nci_spi_read()
290 if (nspi->acknowledge_mode == NCI_SPI_CRC_ENABLED) { in nci_spi_read()
313 if (nspi->acknowledge_mode == NCI_SPI_CRC_ENABLED) in nci_spi_read()
/openbmc/linux/include/net/nfc/
H A Dnci_core.h406 u8 acknowledge_mode; member
414 u8 acknowledge_mode, unsigned int delay,