Searched defs:spi_message (Results 1 – 10 of 10) sorted by relevance
82778 struct spi_message { struct82779 struct list_head transfers;82780 struct spi_device *spi;82781 unsigned int is_dma_mapped: 1;82782 void (*complete)(void *);82783 void *context;82784 unsigned int frame_length;82785 unsigned int actual_length;82786 int status;82787 struct list_head queue;[all …]
80906 struct spi_message { struct80907 struct list_head transfers;80908 struct spi_device *spi;80909 unsigned int is_dma_mapped: 1;80910 bool prepared;80911 int status;80912 void (*complete)(void *);80913 void *context;80914 unsigned int frame_length;80915 unsigned int actual_length;[all …]
90679 struct spi_message { struct90680 struct list_head transfers;90681 struct spi_device *spi;90682 unsigned int is_dma_mapped: 1;90683 bool prepared;90684 int status;90685 void (*complete)(void *);90686 void *context;90687 unsigned int frame_length;90688 unsigned int actual_length;[all …]
92688 struct spi_message { struct92689 struct list_head transfers;92690 struct spi_device *spi;92691 unsigned int is_dma_mapped: 1;92692 void (*complete)(void *);92693 void *context;92694 unsigned int frame_length;92695 unsigned int actual_length;92696 int status;92697 struct list_head queue;[all …]
78859 struct spi_message { struct78860 struct list_head transfers;78861 struct spi_device *spi;78862 unsigned int is_dma_mapped: 1;78863 void (*complete)(void *);78864 void *context;78865 unsigned int frame_length;78866 unsigned int actual_length;78867 int status;78868 struct list_head queue;[all …]
98861 struct spi_message { struct98862 struct list_head transfers;98863 struct spi_device *spi;98864 unsigned int is_dma_mapped: 1;98865 void (*complete)(void *);98866 void *context;98867 unsigned int frame_length;98868 unsigned int actual_length;98869 int status;98870 struct list_head queue;[all …]