Searched defs:ath_hw_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | hw.h | 723 struct ath_hw_ops { struct 724 void (*config_pci_powersave)(struct ath_hw *ah, 726 void (*rx_enable)(struct ath_hw *ah); 727 void (*set_desc_link)(void *ds, u32 link); 728 int (*calibrate)(struct ath_hw *ah, struct ath9k_channel *chan, 730 bool (*get_isr)(struct ath_hw *ah, enum ath9k_int *masked, 732 void (*set_txdesc)(struct ath_hw *ah, void *ds, 734 int (*proc_txdesc)(struct ath_hw *ah, void *ds, 736 int (*get_duration)(struct ath_hw *ah, const void *ds, int index); 737 void (*antdiv_comb_conf_get)(struct ath_hw *ah, [all …]
|