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