Searched defs:SDIO_Request (Results 1 – 1 of 1) sorted by relevance
155 struct SDIO_Request { struct172 SDIO_RequestMode mode; /* One of the following values: argument177 SDIO_RequestStatus status; /* Request complition or progress status */ argument178 SDIO_Handle handle; /* SDIO object handle */179 SDIO_Owner owner; /* SDIO object owner handle */180 void *user; /* Lower level handle */181 u8 access_flag; /* 0 means write operation !0 - read */182 FNotify fnotify; /* callback for request completion notification */183 FError ferror; /* callback for request error notification */