Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/device/include/
Dadapter_if.h169 struct IoData { struct
170 uint32_t aio; /* 0 for sync ,1 for async */
171 uint32_t read; /* 0 for write ,1 for read */
172 uint32_t len; /* the len of this io request */
173 uint32_t timeout; /* sync timeout */
174 uint64_t buf; /* the address of map buf */