Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath10k/
H A Dsdio.h221 struct work_struct wr_async_work; member
H A Dsdio.c1454 queue_work(ar_sdio->workqueue, &ar_sdio->wr_async_work); in ath10k_sdio_sleep_timer_handler()
1460 wr_async_work); in ath10k_sdio_write_async_work()
1675 queue_work(ar_sdio->workqueue, &ar_sdio->wr_async_work); in ath10k_sdio_hif_tx_sg()
1944 queue_work(ar_sdio->workqueue, &ar_sdio->wr_async_work); in ath10k_sdio_irq_disable()
1979 cancel_work_sync(&ar_sdio->wr_async_work); in ath10k_sdio_hif_stop()
2586 INIT_WORK(&ar_sdio->wr_async_work, ath10k_sdio_write_async_work); in ath10k_sdio_probe()