Searched refs:fetch_cal_eeprom (Results 1 – 2 of 2) sorted by relevance
94 int (*fetch_cal_eeprom)(struct ath10k *ar, void **data, member235 if (!ar->hif.ops->fetch_cal_eeprom) in ath10k_hif_fetch_cal_eeprom()238 return ar->hif.ops->fetch_cal_eeprom(ar, data, data_len); in ath10k_hif_fetch_cal_eeprom()
3089 .fetch_cal_eeprom = ath10k_pci_hif_fetch_cal_eeprom,