Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dqmi.h144 wait_queue_head_t cold_boot_waitq; member
Dqmi.c2842 timeout = wait_event_timeout(ab->qmi.cold_boot_waitq, in ath11k_qmi_process_coldboot_calibration()
3022 wake_up(&ab->qmi.cold_boot_waitq); in ath11k_qmi_msg_fw_ready_cb()
3038 wake_up(&ab->qmi.cold_boot_waitq); in ath11k_qmi_msg_cold_boot_cal_done_cb()
Dahb.c417 timeout = wait_event_timeout(ab->qmi.cold_boot_waitq, in ath11k_ahb_fwreset_from_cold_boot()
Dcore.c1925 init_waitqueue_head(&ab->qmi.cold_boot_waitq); in ath11k_core_alloc()