Symbol: ath9k_hw_ops
drivers/net/wireless/ath/ath9k/ar9002_calib.c
1012
struct ath_hw_ops *ops = ath9k_hw_ops(ah);
drivers/net/wireless/ath/ath9k/ar9002_hw.c
402
struct ath_hw_ops *ops = ath9k_hw_ops(ah);
drivers/net/wireless/ath/ath9k/ar9002_mac.c
421
struct ath_hw_ops *ops = ath9k_hw_ops(ah);
drivers/net/wireless/ath/ath9k/ar9002_phy.c
578
struct ath_hw_ops *ops = ath9k_hw_ops(ah);
drivers/net/wireless/ath/ath9k/ar9003_calib.c
1687
struct ath_hw_ops *ops = ath9k_hw_ops(ah);
drivers/net/wireless/ath/ath9k/ar9003_hw.c
1177
struct ath_hw_ops *ops = ath9k_hw_ops(ah);
drivers/net/wireless/ath/ath9k/ar9003_mac.c
455
struct ath_hw_ops *ops = ath9k_hw_ops(hw);
drivers/net/wireless/ath/ath9k/ar9003_phy.c
1921
struct ath_hw_ops *ops = ath9k_hw_ops(ah);
drivers/net/wireless/ath/ath9k/common-spectral.c
724
if (!ath9k_hw_ops(ah)->spectral_scan_trigger) {
drivers/net/wireless/ath/ath9k/common-spectral.c
744
ath9k_hw_ops(ah)->spectral_scan_trigger(ah);
drivers/net/wireless/ath/ath9k/common-spectral.c
755
if (!ath9k_hw_ops(ah)->spectral_scan_trigger) {
drivers/net/wireless/ath/ath9k/common-spectral.c
781
ath9k_hw_ops(ah)->spectral_scan_config(ah, &spec_priv->spec_config);
drivers/net/wireless/ath/ath9k/hw-ops.h
100
ath9k_hw_ops(ah)->tx99_set_txpower(ah, power);
drivers/net/wireless/ath/ath9k/hw-ops.h
107
if (ath9k_hw_ops(ah)->set_bt_ant_diversity)
drivers/net/wireless/ath/ath9k/hw-ops.h
108
ath9k_hw_ops(ah)->set_bt_ant_diversity(ah, enable);
drivers/net/wireless/ath/ath9k/hw-ops.h
30
ath9k_hw_ops(ah)->config_pci_powersave(ah, power_off);
drivers/net/wireless/ath/ath9k/hw-ops.h
35
ath9k_hw_ops(ah)->rx_enable(ah);
drivers/net/wireless/ath/ath9k/hw-ops.h
41
ath9k_hw_ops(ah)->set_desc_link(ds, link);
drivers/net/wireless/ath/ath9k/hw-ops.h
48
return ath9k_hw_ops(ah)->calibrate(ah, chan, rxchainmask, longcal);
drivers/net/wireless/ath/ath9k/hw-ops.h
54
return ath9k_hw_ops(ah)->get_isr(ah, masked, sync_cause_p);
drivers/net/wireless/ath/ath9k/hw-ops.h
60
return ath9k_hw_ops(ah)->set_txdesc(ah, ds, i);
drivers/net/wireless/ath/ath9k/hw-ops.h
66
return ath9k_hw_ops(ah)->proc_txdesc(ah, ds, ts);
drivers/net/wireless/ath/ath9k/hw-ops.h
72
return ath9k_hw_ops(ah)->get_duration(ah, ds, index);
drivers/net/wireless/ath/ath9k/hw-ops.h
78
ath9k_hw_ops(ah)->antdiv_comb_conf_get(ah, antconf);
drivers/net/wireless/ath/ath9k/hw-ops.h
84
ath9k_hw_ops(ah)->antdiv_comb_conf_set(ah, antconf);
drivers/net/wireless/ath/ath9k/hw-ops.h
89
ath9k_hw_ops(ah)->tx99_start(ah, qnum);
drivers/net/wireless/ath/ath9k/hw-ops.h
94
ath9k_hw_ops(ah)->tx99_stop(ah);
drivers/net/wireless/ath/ath9k/hw-ops.h
99
if (ath9k_hw_ops(ah)->tx99_set_txpower)