Searched defs:eeprom_ops (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
| D | eeprom.h | 654 struct eeprom_ops { struct 655 int (*check_eeprom)(struct ath_hw *hw); 656 u32 (*get_eeprom)(struct ath_hw *hw, enum eeprom_param param); 657 bool (*fill_eeprom)(struct ath_hw *hw); 658 u32 (*dump_eeprom)(struct ath_hw *hw, bool dump_base_hdr, u8 *buf, 660 int (*get_eeprom_ver)(struct ath_hw *hw); 661 int (*get_eeprom_rev)(struct ath_hw *hw); 662 void (*set_board_values)(struct ath_hw *hw, struct ath9k_channel *chan); 663 void (*set_addac)(struct ath_hw *hw, struct ath9k_channel *chan); 664 void (*set_txpower)(struct ath_hw *hw, struct ath9k_channel *chan, [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
| D | eeprom.h | 654 struct eeprom_ops { struct 655 int (*check_eeprom)(struct ath_hw *hw); 656 u32 (*get_eeprom)(struct ath_hw *hw, enum eeprom_param param); 657 bool (*fill_eeprom)(struct ath_hw *hw); 658 u32 (*dump_eeprom)(struct ath_hw *hw, bool dump_base_hdr, u8 *buf, 660 int (*get_eeprom_ver)(struct ath_hw *hw); 661 int (*get_eeprom_rev)(struct ath_hw *hw); 662 void (*set_board_values)(struct ath_hw *hw, struct ath9k_channel *chan); 663 void (*set_addac)(struct ath_hw *hw, struct ath9k_channel *chan); 664 void (*set_txpower)(struct ath_hw *hw, struct ath9k_channel *chan, [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_type.h | 3661 const struct ixgbe_eeprom_operations *eeprom_ops; member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_type.h | 3657 const struct ixgbe_eeprom_operations *eeprom_ops; member
|