Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath12k/
H A Dcore.c1408 struct ath12k_base *ab = container_of(work, struct ath12k_base, rfkill_work); in ath12k_rfkill_work()
1453 cancel_work_sync(&ab->rfkill_work); in ath12k_core_halt()
2284 INIT_WORK(&ab->rfkill_work, ath12k_rfkill_work); in ath12k_core_alloc()
H A Dcore.h1193 struct work_struct rfkill_work; member
H A Dwmi.c9184 queue_work(ab->workqueue, &ab->rfkill_work); in ath12k_rfkill_state_change_event()
H A Dmac.c9619 cancel_work_sync(&ar->ab->rfkill_work); in ath12k_mac_stop()