#include <eeprom.h>
|
| int(* | check_eeprom )(struct ath_hw *hw) |
| |
| u32(* | get_eeprom )(struct ath_hw *hw, enum eeprom_param param) |
| |
| int(* | fill_eeprom )(struct ath_hw *hw) |
| |
| int(* | get_eeprom_ver )(struct ath_hw *hw) |
| |
| int(* | get_eeprom_rev )(struct ath_hw *hw) |
| |
| void(* | set_board_values )(struct ath_hw *hw, struct ath9k_channel *chan) |
| |
| void(* | set_addac )(struct ath_hw *hw, struct ath9k_channel *chan) |
| |
| void(* | set_txpower )(struct ath_hw *hw, struct ath9k_channel *chan, u16 cfgCtl, u8 twiceAntennaReduction, u8 twiceMaxRegulatoryPower, u8 powerLimit, int test) |
| |
| u16(* | get_spur_channel )(struct ath_hw *ah, u16 i, int is2GHz) |
| |
Definition at line 652 of file eeprom.h.
◆ check_eeprom
| int(* eeprom_ops::check_eeprom) (struct ath_hw *hw) |
◆ get_eeprom
◆ fill_eeprom
| int(* eeprom_ops::fill_eeprom) (struct ath_hw *hw) |
◆ get_eeprom_ver
| int(* eeprom_ops::get_eeprom_ver) (struct ath_hw *hw) |
◆ get_eeprom_rev
| int(* eeprom_ops::get_eeprom_rev) (struct ath_hw *hw) |
◆ set_board_values
◆ set_addac
◆ set_txpower
| void(* eeprom_ops::set_txpower) (struct ath_hw *hw, struct ath9k_channel *chan, u16 cfgCtl, u8 twiceAntennaReduction, u8 twiceMaxRegulatoryPower, u8 powerLimit, int test) |
◆ get_spur_channel
| u16(* eeprom_ops::get_spur_channel) (struct ath_hw *ah, u16 i, int is2GHz) |
The documentation for this struct was generated from the following file: