Lines Matching defs:ath_hw_ops
679 struct ath_hw_ops { struct
680 void (*config_pci_powersave)(struct ath_hw *ah,
682 void (*rx_enable)(struct ath_hw *ah);
683 void (*set_desc_link)(void *ds, u32 link);
684 bool (*calibrate)(struct ath_hw *ah,
688 bool (*get_isr)(struct ath_hw *ah, enum ath9k_int *masked,
690 void (*set_txdesc)(struct ath_hw *ah, void *ds,
692 int (*proc_txdesc)(struct ath_hw *ah, void *ds,
694 int (*get_duration)(struct ath_hw *ah, const void *ds, int index);
695 void (*antdiv_comb_conf_get)(struct ath_hw *ah,
697 void (*antdiv_comb_conf_set)(struct ath_hw *ah,
699 void (*spectral_scan_config)(struct ath_hw *ah,
701 void (*spectral_scan_trigger)(struct ath_hw *ah);
702 void (*spectral_scan_wait)(struct ath_hw *ah);
704 void (*tx99_start)(struct ath_hw *ah, u32 qnum);
705 void (*tx99_stop)(struct ath_hw *ah);
706 void (*tx99_set_txpower)(struct ath_hw *ah, u8 power);
709 void (*set_bt_ant_diversity)(struct ath_hw *hw, bool enable);