Home
last modified time | relevance | path

Searched refs:wr_async_work (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c65 struct work_struct wr_async_work; member
467 ar_sdio = container_of(work, struct ath6kl_sdio, wr_async_work); in ath6kl_sdio_write_async_work()
587 queue_work(ar->ath6kl_wq, &ar_sdio->wr_async_work); in ath6kl_sdio_write_async()
692 queue_work(ar->ath6kl_wq, &ar_sdio->wr_async_work); in ath6kl_sdio_async_rw_scatter()
1230 cancel_work_sync(&ar_sdio->wr_async_work); in ath6kl_sdio_stop()
1344 INIT_WORK(&ar_sdio->wr_async_work, ath6kl_sdio_write_async_work); in ath6kl_sdio_probe()
1401 cancel_work_sync(&ar_sdio->wr_async_work); in ath6kl_sdio_remove()
/linux/drivers/net/wireless/ath/ath10k/
H A Dsdio.h221 struct work_struct wr_async_work; member