Home
last modified time | relevance | path

Searched refs:ath10k_scan_timeout_work (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.h38 void ath10k_scan_timeout_work(struct work_struct *work);
H A Dcore.c3708 INIT_DELAYED_WORK(&ar->scan.timeout, ath10k_scan_timeout_work); in ath10k_core_create()
H A Dmac.c4621 void ath10k_scan_timeout_work(struct work_struct *work) in ath10k_scan_timeout_work() function