Searched refs:ath9k_hw_ops (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | hw-ops.h | 30 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 …]
|
D | common-spectral.c | 723 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()
|
D | ar9002_hw.c | 402 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_ops()
|
D | ar9002_phy.c | 578 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_phy_ops()
|
D | ar9002_mac.c | 421 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_mac_ops()
|
D | ar9003_mac.c | 455 struct ath_hw_ops *ops = ath9k_hw_ops(hw); in ar9003_hw_attach_mac_ops()
|
D | ar9003_hw.c | 1168 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9003_hw_attach_ops()
|
D | ar9002_calib.c | 1012 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9002_hw_attach_calib_ops()
|
D | hw.h | 1016 static inline struct ath_hw_ops *ath9k_hw_ops(struct ath_hw *ah) in ath9k_hw_ops() function
|
D | ar9003_calib.c | 1687 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9003_hw_attach_calib_ops()
|
D | ar9003_phy.c | 1924 struct ath_hw_ops *ops = ath9k_hw_ops(ah); in ar9003_hw_attach_phy_ops()
|