Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/ath/ath9k/
Deeprom.h645 struct eeprom_ops { struct
646 int (*check_eeprom)(struct ath_hw *hw);
647 u32 (*get_eeprom)(struct ath_hw *hw, enum eeprom_param param);
648 bool (*fill_eeprom)(struct ath_hw *hw);
649 u32 (*dump_eeprom)(struct ath_hw *hw, bool dump_base_hdr, u8 *buf,
651 int (*get_eeprom_ver)(struct ath_hw *hw);
652 int (*get_eeprom_rev)(struct ath_hw *hw);
653 void (*set_board_values)(struct ath_hw *hw, struct ath9k_channel *chan);
654 void (*set_addac)(struct ath_hw *hw, struct ath9k_channel *chan);
655 void (*set_txpower)(struct ath_hw *hw, struct ath9k_channel *chan,
[all …]
/linux-3.3/drivers/net/wireless/iwlwifi/
Diwl-core.h92 struct iwl_eeprom_ops eeprom_ops; member
/linux-3.3/drivers/net/wireless/iwlegacy/
Dcommon.h1684 struct il_eeprom_ops eeprom_ops; member
/linux-3.3/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h2901 struct ixgbe_eeprom_operations *eeprom_ops; member