Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhw-ops.h113 if (ath9k_hw_private_ops(ah)->is_aic_enabled) in ath9k_hw_is_aic_enabled()
114 return ath9k_hw_private_ops(ah)->is_aic_enabled(ah); in ath9k_hw_is_aic_enabled()
H A Dar9003_aic.c599 priv_ops->is_aic_enabled = ar9003_hw_is_aic_enabled; in ar9003_hw_attach_aic_ops()
H A Dhw.h675 bool (*is_aic_enabled)(struct ath_hw *ah); member