Searched refs:register_work (Results 1 – 2 of 2) sorted by relevance
1850 struct ath10k *ar = container_of(work, struct ath10k, register_work); in ath10k_core_register_work()1905 queue_work(ar->workqueue, &ar->register_work); in ath10k_core_register()1913 cancel_work_sync(&ar->register_work); in ath10k_core_unregister()2014 INIT_WORK(&ar->register_work, ath10k_core_register_work); in ath10k_core_create()
794 struct work_struct register_work; member