Home
last modified time | relevance | path

Searched refs:ah_eepromDetach (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/ath/ath_hal/
HDah_internal.h370 void (*ah_eepromDetach)(struct ath_hal *); member
475 if (AH_PRIVATE(_ah)->ah_eepromDetach != AH_NULL) \
476 AH_PRIVATE(_ah)->ah_eepromDetach(_ah); \
HDah_eeprom_v1.c247 AH_PRIVATE(ah)->ah_eepromDetach = v1EepromDetach; in ath_hal_v1EepromAttach()
HDah_eeprom_v4k.c390 AH_PRIVATE(ah)->ah_eepromDetach = v4kEepromDetach; in ath_hal_v4kEepromAttach()
HDah_eeprom_9287.c401 AH_PRIVATE(ah)->ah_eepromDetach = v9287EepromDetach; in ath_hal_9287EepromAttach()
HDah_eeprom_v14.c440 AH_PRIVATE(ah)->ah_eepromDetach = v14EepromDetach; in ath_hal_v14EepromAttach()
HDah_eeprom_v3.c1870 AH_PRIVATE(ah)->ah_eepromDetach = legacyEepromDetach; in ath_hal_legacyEepromAttach()