Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
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()
1231 cancel_work_sync(&ar_sdio->wr_async_work); in ath6kl_sdio_stop()
1345 INIT_WORK(&ar_sdio->wr_async_work, ath6kl_sdio_write_async_work); in ath6kl_sdio_probe()
1402 cancel_work_sync(&ar_sdio->wr_async_work); in ath6kl_sdio_remove()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dsdio.h216 struct work_struct wr_async_work; member
Dsdio.c1284 wr_async_work); in ath10k_sdio_write_async_work()
1469 queue_work(ar_sdio->workqueue, &ar_sdio->wr_async_work); in ath10k_sdio_hif_tx_sg()
1715 queue_work(ar_sdio->workqueue, &ar_sdio->wr_async_work); in ath10k_sdio_irq_disable()
1744 cancel_work_sync(&ar_sdio->wr_async_work); in ath10k_sdio_hif_stop()
2004 INIT_WORK(&ar_sdio->wr_async_work, ath10k_sdio_write_async_work); in ath10k_sdio_probe()
2069 cancel_work_sync(&ar_sdio->wr_async_work); in ath10k_sdio_remove()