Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h108339 struct scpi_xfer { struct
108340 u32 slot;
108341 u32 cmd;
108342 u32 status;
108343 const void *tx_buf;
108344 void *rx_buf;
108345 unsigned int tx_len;
108346 unsigned int rx_len;
108347 struct list_head node;
108348 struct completion done;