Lines Matching defs:spi_message
113659 struct spi_message { struct
113660 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;
113669 void *state;
113670 struct list_head resources;