Home
last modified time | relevance | path

Searched refs:recovery_start (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c860 reinit_completion(&ab->recovery_start); in ath12k_core_reset()
865 time_left = wait_for_completion_timeout(&ab->recovery_start, in ath12k_core_reset()
945 init_completion(&ab->recovery_start); in ath12k_core_alloc()
H A Dcore.h775 struct completion recovery_start; member
H A Dmac.c4978 complete(&ab->recovery_start); in ath12k_mac_wait_reconfigure()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.c1988 reinit_completion(&ab->recovery_start); in ath11k_core_reset()
1998 time_left = wait_for_completion_timeout(&ab->recovery_start, in ath11k_core_reset()
2108 init_completion(&ab->recovery_start); in ath11k_core_alloc()
H A Dcore.h969 struct completion recovery_start; member
H A Dmac.c6260 complete(&ab->recovery_start); in ath11k_mac_wait_reconfigure()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h3491 /* Deal with locks inside recovery_start and recovery_complete callbacks
3495 void (*recovery_start)(struct rtw89_dev *rtwdev);
5597 if (rtwdev->hci.ops->recovery_start)
5598 rtwdev->hci.ops->recovery_start(rtwdev);
2974 void (*recovery_start)(struct rtw89_dev *rtwdev); global() member
H A Dpci.c4363 .recovery_start = rtw89_pci_ops_recovery_start,