Home
last modified time | relevance | path

Searched defs:spi_message (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h80906 struct spi_message { struct
80907 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h90679 struct spi_message { struct
90680 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 …]