Home
last modified time | relevance | path

Searched refs:rfkill_work (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c1396 struct ath12k_base *ab = container_of(work, struct ath12k_base, rfkill_work); in ath12k_rfkill_work()
1441 cancel_work_sync(&ab->rfkill_work); in ath12k_core_halt()
2270 INIT_WORK(&ab->rfkill_work, ath12k_rfkill_work); in ath12k_core_alloc()
H A Dcore.h1063 struct work_struct rfkill_work; member
H A Dwmi.c8969 queue_work(ab->workqueue, &ab->rfkill_work); in ath12k_rfkill_state_change_event()
H A Dmac.c9809 cancel_work_sync(&ar->ab->rfkill_work); in ath12k_mac_stop()