Home
last modified time | relevance | path

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

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
Dmmc_omap_api.h155 struct SDIO_Request { struct
172 SDIO_RequestMode mode; /* One of the following values: argument
177 SDIO_RequestStatus status; /* Request complition or progress status */ argument
178 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 */