Home
last modified time | relevance | path

Searched refs:ah_getPowerMode (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c149 ah->ah_getPowerMode = ar9300_Stub_GetPowerMode; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c244 ah->ah_getPowerMode = ar9300_get_power_mode; in ar9300_attach_freebsd_ops()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_attach.c94 ah->ah_getPowerMode = ar5312GetPowerMode; in ar5312Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_attach.c155 .ah_getPowerMode = ar5210GetPowerMode,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_attach.c155 .ah_getPowerMode = ar5211GetPowerMode,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_attach.c156 .ah_getPowerMode = ar5212GetPowerMode,
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.h1552 HAL_POWER_MODE __ahdecl(*ah_getPowerMode)(struct ath_hal*); member