Searched defs:spi_transfer (Results 1 – 8 of 8) sorted by relevance
82793 struct spi_transfer { struct82794 const void *tx_buf;82795 void *rx_buf;82796 unsigned int len;82797 dma_addr_t tx_dma;82798 dma_addr_t rx_dma;82799 struct sg_table tx_sg;82800 struct sg_table rx_sg;82801 unsigned int dummy_data: 1;82802 unsigned int cs_off: 1;[all …]
92704 struct spi_transfer { struct92705 const void *tx_buf;92706 void *rx_buf;92707 unsigned int len;92708 dma_addr_t tx_dma;92709 dma_addr_t rx_dma;92710 struct sg_table tx_sg;92711 struct sg_table rx_sg;92712 unsigned int dummy_data: 1;92713 unsigned int cs_change: 1;[all …]
98878 struct spi_transfer { struct98879 const void *tx_buf;98880 void *rx_buf;98881 unsigned int len;98882 dma_addr_t tx_dma;98883 dma_addr_t rx_dma;98884 struct sg_table tx_sg;98885 struct sg_table rx_sg;98886 unsigned int dummy_data: 1;98887 unsigned int cs_off: 1;[all …]
78876 struct spi_transfer { struct78877 const void *tx_buf;78878 void *rx_buf;78879 unsigned int len;78880 dma_addr_t tx_dma;78881 dma_addr_t rx_dma;78882 struct sg_table tx_sg;78883 struct sg_table rx_sg;78884 unsigned int dummy_data: 1;78885 unsigned int cs_change: 1;[all …]