Home
last modified time | relevance | path

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

/linux-6.1.9/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()
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-6.1.9/drivers/net/wireless/ath/ath10k/
Dsdio.h221 struct work_struct wr_async_work; member
Dsdio.c1452 queue_work(ar_sdio->workqueue, &ar_sdio->wr_async_work); in ath10k_sdio_sleep_timer_handler()
1458 wr_async_work); in ath10k_sdio_write_async_work()
1673 queue_work(ar_sdio->workqueue, &ar_sdio->wr_async_work); in ath10k_sdio_hif_tx_sg()
1942 queue_work(ar_sdio->workqueue, &ar_sdio->wr_async_work); in ath10k_sdio_irq_disable()
1977 cancel_work_sync(&ar_sdio->wr_async_work); in ath10k_sdio_hif_stop()
2584 INIT_WORK(&ar_sdio->wr_async_work, ath10k_sdio_write_async_work); in ath10k_sdio_probe()