Searched refs:check_eeprom (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom.c | 678 status = ah->eep_ops->check_eeprom(ah); in ath9k_hw_eeprom_init()
|
H A D | eeprom.h | 655 int (*check_eeprom)(struct ath_hw *hw); member
|
H A D | eeprom_4k.c | 1045 .check_eeprom = ath9k_hw_4k_check_eeprom,
|
H A D | eeprom_def.c | 1311 .check_eeprom = ath9k_hw_def_check_eeprom,
|
H A D | eeprom_9287.c | 976 .check_eeprom = ath9k_hw_ar9287_check_eeprom,
|
H A D | ar9003_eeprom.c | 5622 .check_eeprom = ath9k_hw_ar9300_check_eeprom,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom.h | 655 int (*check_eeprom)(struct ath_hw *hw); member
|
H A D | eeprom.c | 686 return ah->eep_ops->check_eeprom(ah); in ath9k_hw_eeprom_init()
|
H A D | eeprom_4k.c | 1045 .check_eeprom = ath9k_hw_4k_check_eeprom,
|
H A D | eeprom_9287.c | 975 .check_eeprom = ath9k_hw_ar9287_check_eeprom,
|
H A D | eeprom_def.c | 1311 .check_eeprom = ath9k_hw_def_check_eeprom,
|
H A D | ar9003_eeprom.c | 5621 .check_eeprom = ath9k_hw_ar9300_check_eeprom,
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | dc395x.c | 4023 * check_eeprom - get and check contents of the eeprom 4032 static void check_eeprom(struct NvRamType *eeprom, unsigned long io_port) in check_eeprom() function 4391 check_eeprom(&acb->eeprom, io_port); in adapter_init()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | dc395x.c | 3977 * check_eeprom - get and check contents of the eeprom 3986 static void check_eeprom(struct NvRamType *eeprom, unsigned long io_port) in check_eeprom() function 4346 check_eeprom(&acb->eeprom, io_port); in adapter_init()
|
Completed in 38 milliseconds