Home
last modified time | relevance | path

Searched refs:ath9k_hw_ops (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dhw-ops.h30 ath9k_hw_ops(ah)->config_pci_powersave(ah, power_off); in ath9k_hw_configpcipowersave()
35 ath9k_hw_ops(ah)->rx_enable(ah); in ath9k_hw_rxena()
41 ath9k_hw_ops(ah)->set_desc_link(ds, link); in ath9k_hw_set_desc_link()
48 return ath9k_hw_ops(ah)->calibrate(ah, chan, rxchainmask, longcal); in ath9k_hw_calibrate()
54 return ath9k_hw_ops(ah)->get_isr(ah, masked, sync_cause_p); in ath9k_hw_getisr()
60 return ath9k_hw_ops(ah)->set_txdesc(ah, ds, i); in ath9k_hw_set_txdesc()
66 return ath9k_hw_ops(ah)->proc_txdesc(ah, ds, ts); in ath9k_hw_txprocdesc()
72 return ath9k_hw_ops(ah)->get_duration(ah, ds, index); in ath9k_hw_get_duration()
78 ath9k_hw_ops(ah)->antdiv_comb_conf_get(ah, antconf); in ath9k_hw_antdiv_comb_conf_get()
84 ath9k_hw_ops(ah)->antdiv_comb_conf_set(ah, antconf); in ath9k_hw_antdiv_comb_conf_set()
[all …]
Dcommon-spectral.c723 if (!ath9k_hw_ops(ah)->spectral_scan_trigger) { in ath9k_cmn_spectral_scan_trigger()
743 ath9k_hw_ops(ah)->spectral_scan_trigger(ah); in ath9k_cmn_spectral_scan_trigger()
754 if (!ath9k_hw_ops(ah)->spectral_scan_trigger) { in ath9k_cmn_spectral_scan_config()
780 ath9k_hw_ops(ah)->spectral_scan_config(ah, &spec_priv->spec_config); in ath9k_cmn_spectral_scan_config()
Dar9002_hw.c402 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_ops()
Dar9002_phy.c578 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_phy_ops()
Dar9002_mac.c421 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_mac_ops()
Dar9003_mac.c455 struct ath_hw_ops *ops = ath9k_hw_ops(hw); in ar9003_hw_attach_mac_ops()
Dar9003_hw.c1168 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9003_hw_attach_ops()
Dar9002_calib.c1012 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_calib_ops()
Dhw.h1016 static inline struct ath_hw_ops *ath9k_hw_ops(struct ath_hw *ah) in ath9k_hw_ops() function
Dar9003_calib.c1687 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9003_hw_attach_calib_ops()
Dar9003_phy.c1924 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9003_hw_attach_phy_ops()