Searched defs:hif_sdio_dev (Results 1 – 1 of 1) sorted by relevance
189 struct hif_sdio_dev { struct210 enum hif_sdio_device_state device_state; argument211 const struct sdio_device_id *id;212 struct mmc_host *host;213 void *htc_context;215 struct sdio_al_client_handle *al_client;216 struct sdio_al_channel_handle *al_chan[HIF_ADMA_MAX_CHANS];217 uint8_t adma_chans_used;218 qdf_list_t rx_q;219 qdf_spinlock_t rx_q_lock;[all …]