Searched refs:dump_eeprom (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | common-debug.c | 31 len = ah->eep_ops->dump_eeprom(ah, false, buf, len, size); in read_file_modal_eeprom() 67 len = ah->eep_ops->dump_eeprom(ah, true, buf, len, size); in read_file_base_eeprom()
|
D | eeprom.h | 658 u32 (*dump_eeprom)(struct ath_hw *hw, bool dump_base_hdr, u8 *buf, member
|
D | eeprom_9287.c | 979 .dump_eeprom = ath9k_hw_ar9287_dump_eeprom,
|
D | eeprom_4k.c | 1048 .dump_eeprom = ath9k_hw_4k_dump_eeprom,
|
D | eeprom_def.c | 1314 .dump_eeprom = ath9k_hw_def_dump_eeprom,
|
D | ar9003_eeprom.c | 5624 .dump_eeprom = ath9k_hw_ar9003_dump_eeprom,
|
/linux-6.1.9/drivers/media/usb/dvb-usb/ |
D | af9005.c | 26 module_param_named(dump_eeprom, dvb_usb_af9005_dump_eeprom, int, 0); 27 MODULE_PARM_DESC(dump_eeprom, "dump contents of the eeprom.");
|