Searched refs:recovery_check_work (Results 1 – 3 of 3) sorted by relevance
1210 struct work_struct recovery_check_work; member
2496 struct ath10k *ar = container_of(work, struct ath10k, recovery_check_work); in ath10k_core_recovery_check_work()2537 queue_work(ar->workqueue_aux, &ar->recovery_check_work); in ath10k_core_start_recovery()3730 INIT_WORK(&ar->recovery_check_work, ath10k_core_recovery_check_work); in ath10k_core_create()
5430 cancel_work_sync(&ar->recovery_check_work); in ath10k_stop()