Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.c1217 struct ath12k_base *ab = container_of(work, struct ath12k_base, rfkill_work); in ath12k_rfkill_work()
1260 cancel_work_sync(&ab->rfkill_work); in ath12k_core_halt()
1967 INIT_WORK(&ab->rfkill_work, ath12k_rfkill_work); in ath12k_core_alloc()
H A Dcore.h1030 struct work_struct rfkill_work; member
H A Dmac.c7783 cancel_work_sync(&ar->ab->rfkill_work); in ath12k_mac_stop()
H A Dwmi.c7881 queue_work(ab->workqueue, &ab->rfkill_work); in ath12k_rfkill_state_change_event()