Home
last modified time | relevance | path

Searched defs:eeprom_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Deeprom.h642 struct eeprom_ops { struct
643 int (*check_eeprom)(struct ath_hw *hw);
644 u32 (*get_eeprom)(struct ath_hw *hw, enum eeprom_param param);
645 bool (*fill_eeprom)(struct ath_hw *hw);
646 u32 (*dump_eeprom)(struct ath_hw *hw, bool dump_base_hdr, u8 *buf,
648 int (*get_eeprom_ver)(struct ath_hw *hw);
649 int (*get_eeprom_rev)(struct ath_hw *hw);
650 void (*set_board_values)(struct ath_hw *hw, struct ath9k_channel *chan);
651 void (*set_addac)(struct ath_hw *hw, struct ath9k_channel *chan);
652 void (*set_txpower)(struct ath_hw *hw, struct ath9k_channel *chan,
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h3466 struct ixgbe_eeprom_operations *eeprom_ops; member