Searched defs:spi_message (Results 1 – 2 of 2) sorted by relevance
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 …]