Lines Matching refs:ath9k_hw_ops
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()
89 ath9k_hw_ops(ah)->tx99_start(ah, qnum); in ath9k_hw_tx99_start()
94 ath9k_hw_ops(ah)->tx99_stop(ah); in ath9k_hw_tx99_stop()
99 if (ath9k_hw_ops(ah)->tx99_set_txpower) in ath9k_hw_tx99_set_txpower()
100 ath9k_hw_ops(ah)->tx99_set_txpower(ah, power); in ath9k_hw_tx99_set_txpower()
107 if (ath9k_hw_ops(ah)->set_bt_ant_diversity) in ath9k_hw_set_bt_ant_diversity()
108 ath9k_hw_ops(ah)->set_bt_ant_diversity(ah, enable); in ath9k_hw_set_bt_ant_diversity()