Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h257 void (*ah_eepromDetach)(struct ath_hal *); member
344 if (AH_PRIVATE(_ah)->ah_eepromDetach != NULL) \
345 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.c381 AH_PRIVATE(ah)->ah_eepromDetach = v4kEepromDetach; in ath_hal_v4kEepromAttach()
H A Dah_eeprom_v14.c397 AH_PRIVATE(ah)->ah_eepromDetach = v14EepromDetach; in ath_hal_v14EepromAttach()
H A Dah_eeprom_v3.c1868 AH_PRIVATE(ah)->ah_eepromDetach = legacyEepromDetach; in ath_hal_legacyEepromAttach()