Searched defs:ath_hw_ops (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/net/wireless/ath/ath9k/ |
D | hw.h | 630 struct ath_hw_ops { struct 631 void (*config_pci_powersave)(struct ath_hw *ah, 633 void (*rx_enable)(struct ath_hw *ah); 634 void (*set_desc_link)(void *ds, u32 link); 635 bool (*calibrate)(struct ath_hw *ah, 639 bool (*get_isr)(struct ath_hw *ah, enum ath9k_int *masked); 640 void (*set_txdesc)(struct ath_hw *ah, void *ds, 642 int (*proc_txdesc)(struct ath_hw *ah, void *ds, 644 void (*antdiv_comb_conf_get)(struct ath_hw *ah, 646 void (*antdiv_comb_conf_set)(struct ath_hw *ah,
|