Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dqmi.h147 wait_queue_head_t cold_boot_waitq; member
H A Dqmi.c2891 time_left = wait_event_timeout(ab->qmi.cold_boot_waitq, in ath11k_qmi_fwreset_from_cold_boot()
2921 time_left = wait_event_timeout(ab->qmi.cold_boot_waitq, in ath11k_qmi_process_coldboot_calibration()
3101 wake_up(&ab->qmi.cold_boot_waitq); in ath11k_qmi_msg_fw_ready_cb()
3117 wake_up(&ab->qmi.cold_boot_waitq); in ath11k_qmi_msg_cold_boot_cal_done_cb()
H A Dcore.c2653 init_waitqueue_head(&ab->qmi.cold_boot_waitq); in ath11k_core_alloc()