Home
last modified time | relevance | path

Searched refs:fetch_cal_eeprom (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhif.h94 int (*fetch_cal_eeprom)(struct ath10k *ar, void **data, member
235 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()
H A Dpci.c3186 .fetch_cal_eeprom = ath10k_pci_hif_fetch_cal_eeprom,