Home
last modified time | relevance | path

Searched refs:regd_update_work (Results 1 – 9 of 9) sorted by relevance

/src/sys/contrib/dev/athk/ath11k/
H A Dreg.c985 queue_work(ab->workqueue, &ar->regd_update_work); in ath11k_reg_handle_chan_list()
1016 regd_update_work); in ath11k_regd_update_work()
H A Dcore.h776 struct work_struct regd_update_work; member
H A Dcore.c2326 cancel_work_sync(&ar->regd_update_work); in ath11k_core_halt()
H A Dmac.c6442 cancel_work_sync(&ar->regd_update_work); in ath11k_mac_op_stop()
10225 cancel_work_sync(&ar->regd_update_work); in __ath11k_mac_unregister()
10626 INIT_WORK(&ar->regd_update_work, ath11k_regd_update_work); in ath11k_mac_allocate()
/src/sys/contrib/dev/athk/ath12k/
H A Dcore.h576 struct work_struct regd_update_work; member
H A Dreg.c717 regd_update_work);
H A Dcore.c697 cancel_work_sync(&ar->regd_update_work); in ath12k_core_halt()
H A Dmac.c5130 cancel_work_sync(&ar->regd_update_work); in ath12k_mac_op_stop()
7159 cancel_work_sync(&ar->regd_update_work); in __ath12k_mac_unregister()
7459 INIT_WORK(&ar->regd_update_work, ath12k_regd_update_work); in ath12k_mac_allocate()
H A Dwmi.c5687 queue_work(ab->workqueue, &ar->regd_update_work); in ath12k_reg_chan_list_event()