Searched refs:fetch_cal_eeprom (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dpci.c3091 .fetch_cal_eeprom = ath10k_pci_hif_fetch_cal_eeprom,
H A Dhif.h94 int (*fetch_cal_eeprom)(struct ath10k *ar, void **data, member in struct:ath10k_hif_ops
235 if (!ar->hif.ops->fetch_cal_eeprom)
238 return ar->hif.ops->fetch_cal_eeprom(ar, data, data_len);

Completed in 160 milliseconds