Searched refs:dump_eeprom (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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 | 646 u32 (*dump_eeprom)(struct ath_hw *hw, bool dump_base_hdr, u8 *buf, member
|
D | eeprom_9287.c | 1029 .dump_eeprom = ath9k_hw_ar9287_dump_eeprom,
|
D | eeprom_4k.c | 1117 .dump_eeprom = ath9k_hw_4k_dump_eeprom,
|
D | eeprom_def.c | 1355 .dump_eeprom = ath9k_hw_def_dump_eeprom,
|
D | ar9003_eeprom.c | 5503 .dump_eeprom = ath9k_hw_ar9003_dump_eeprom,
|
/linux-4.4.14/drivers/fmc/ |
D | fmc-dump.c | 17 module_param_named(dump_eeprom, fmc_must_dump_eeprom, int, 0644);
|
/linux-4.4.14/Documentation/fmc/ |
D | parameters.txt | 9 `dump_eeprom='
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | af9005.c | 39 module_param_named(dump_eeprom, dvb_usb_af9005_dump_eeprom, int, 0); 40 MODULE_PARM_DESC(dump_eeprom, "dump contents of the eeprom.");
|