Searched defs:spi_transfer (Results 1 – 11 of 11) sorted by relevance
112 static void spi_transfer(struct exynos_spi *regs, void *in, const void *out, in spi_transfer() function
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 …]
80878 struct spi_transfer { struct80879 const void *tx_buf;80880 void *rx_buf;80881 unsigned int len;80882 u16 error;80883 dma_addr_t tx_dma;80884 dma_addr_t rx_dma;80885 struct sg_table tx_sg;80886 struct sg_table rx_sg;80887 unsigned int dummy_data: 1;[all …]
90651 struct spi_transfer { struct90652 const void *tx_buf;90653 void *rx_buf;90654 unsigned int len;90655 u16 error;90656 dma_addr_t tx_dma;90657 dma_addr_t rx_dma;90658 struct sg_table tx_sg;90659 struct sg_table rx_sg;90660 unsigned int dummy_data: 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 …]