Searched refs:wr_async_work (Results 1 – 2 of 2) sorted by relevance
65 struct work_struct wr_async_work; member467 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()
221 struct work_struct wr_async_work; member