Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dreg.c972 queue_work(ab->workqueue, &ar->regd_update_work); in ath11k_reg_handle_chan_list()
1003 regd_update_work); in ath11k_regd_update_work()
H A Dcore.h747 struct work_struct regd_update_work; member
H A Dcore.c2063 cancel_work_sync(&ar->regd_update_work); in ath11k_core_halt()
H A Dmac.c6358 cancel_work_sync(&ar->regd_update_work); in ath11k_mac_op_stop()
10077 cancel_work_sync(&ar->regd_update_work); in __ath11k_mac_unregister()
10478 INIT_WORK(&ar->regd_update_work, ath11k_regd_update_work); in ath11k_mac_allocate()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dreg.c756 regd_update_work); in ath12k_regd_update_work()
H A Dcore.h711 struct work_struct regd_update_work; member
H A Dcore.c1259 cancel_work_sync(&ar->regd_update_work); in ath12k_core_halt()
H A Dmac.c7782 cancel_work_sync(&ar->regd_update_work); in ath12k_mac_stop()
11072 cancel_work_sync(&ar->regd_update_work); in ath12k_mac_hw_unregister()
11417 INIT_WORK(&ar->regd_update_work, ath12k_regd_update_work); in ath12k_mac_setup()
H A Dwmi.c6033 queue_work(ab->workqueue, &ar->regd_update_work); in ath12k_reg_chan_list_event()