Searched defs:spi_message (Results 1 – 1 of 1) sorted by relevance
113659 struct spi_message { struct113660 struct list_head transfers;113661 struct spi_device *spi;113662 unsigned int is_dma_mapped: 1;113663 void (*complete)(void *);113664 void *context;113665 unsigned int frame_length;113666 unsigned int actual_length;113667 int status;113668 struct list_head queue;[all …]