Home
last modified time | relevance | path

Searched refs:reset_complete (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/contrib/dev/athk/ath12k/
H A Dcore.c836 reinit_completion(&ab->reset_complete); in ath12k_core_reset()
837 time_left = wait_for_completion_timeout(&ab->reset_complete, in ath12k_core_reset()
943 init_completion(&ab->reset_complete); in ath12k_core_alloc()
H A Dcore.h773 struct completion reset_complete; member
H A Dmac.c6758 complete(&ab->reset_complete); in ath12k_mac_op_reconfig_complete()
/freebsd-14.2/sys/contrib/dev/athk/ath11k/
H A Dcore.c1969 reinit_completion(&ab->reset_complete); in ath11k_core_reset()
1970 time_left = wait_for_completion_timeout(&ab->reset_complete, in ath11k_core_reset()
2106 init_completion(&ab->reset_complete); in ath11k_core_alloc()
H A Dcore.h967 struct completion reset_complete; member
H A Dmac.c8496 complete(&ab->reset_complete); in ath11k_mac_op_reconfig_complete()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c791 wed->wlan.reset_complete = mt7915_mmio_wed_reset_complete; in mt7915_mmio_wed_init()