Lines Matching defs:ath_hw_ops
720 struct ath_hw_ops { struct
721 void (*config_pci_powersave)(struct ath_hw *ah,
723 void (*rx_enable)(struct ath_hw *ah);
724 void (*set_desc_link)(void *ds, u32 link);
725 int (*calibrate)(struct ath_hw *ah, struct ath9k_channel *chan,
727 bool (*get_isr)(struct ath_hw *ah, enum ath9k_int *masked,
729 void (*set_txdesc)(struct ath_hw *ah, void *ds,
731 int (*proc_txdesc)(struct ath_hw *ah, void *ds,
733 int (*get_duration)(struct ath_hw *ah, const void *ds, int index);
734 void (*antdiv_comb_conf_get)(struct ath_hw *ah,
736 void (*antdiv_comb_conf_set)(struct ath_hw *ah,
738 void (*spectral_scan_config)(struct ath_hw *ah,
740 void (*spectral_scan_trigger)(struct ath_hw *ah);
741 void (*spectral_scan_wait)(struct ath_hw *ah);
743 void (*tx99_start)(struct ath_hw *ah, u32 qnum);
744 void (*tx99_stop)(struct ath_hw *ah);
745 void (*tx99_set_txpower)(struct ath_hw *ah, u8 power);
748 void (*set_bt_ant_diversity)(struct ath_hw *hw, bool enable);