Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_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); \
H A Dah_eeprom_v1.c247 AH_PRIVATE(ah)->ah_eepromDetach = v1EepromDetach; in ath_hal_v1EepromAttach()
H A Dah_eeprom_v4k.c392 AH_PRIVATE(ah)->ah_eepromDetach = v4kEepromDetach; in ath_hal_v4kEepromAttach()
H A Dah_eeprom_9287.c402 AH_PRIVATE(ah)->ah_eepromDetach = v9287EepromDetach; in ath_hal_9287EepromAttach()
H A Dah_eeprom_v14.c440 AH_PRIVATE(ah)->ah_eepromDetach = v14EepromDetach; in ath_hal_v14EepromAttach()
H A Dah_eeprom_v3.c1870 AH_PRIVATE(ah)->ah_eepromDetach = legacyEepromDetach; in ath_hal_legacyEepromAttach()