Lines Matching defs:ath6kl_sdio
33 struct ath6kl_sdio { struct
34 struct sdio_func *func;
37 spinlock_t lock;
40 struct list_head bus_req_freeq;
43 struct bus_request bus_req[BUS_REQUEST_MAX_NUM];
45 struct ath6kl *ar;
47 u8 *dma_buffer;
50 struct mutex dma_buffer_mutex;
53 struct list_head scat_req;
78 static int ath6kl_sdio_config(struct ath6kl *ar); argument
80 static inline struct ath6kl_sdio *ath6kl_sdio_priv(struct ath6kl *ar) in ath6kl_sdio_priv() argument