Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath6kl/
Dsdio.c33 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
[all …]