Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c164 AH_PRIVATE(ah)->ah_getChannelEdges = ar9300_Stub_GetChannelEdges; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c265 AH_PRIVATE(ah)->ah_getChannelEdges = ar9300_get_channel_edges; in ar9300_attach_freebsd_ops()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h353 HAL_BOOL (*ah_getChannelEdges)(struct ath_hal*, member
437 AH_PRIVATE(_ah)->ah_getChannelEdges(_ah, _cf, _lc, _hc)
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_attach.c170 .ah_getChannelEdges = ar5210GetChannelEdges,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_attach.c170 .ah_getChannelEdges = ar5211GetChannelEdges,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_attach.c171 .ah_getChannelEdges = ar5212GetChannelEdges,
/dragonfly/tools/tools/ath/athrd/
H A Dathrd.c1035 ahp.ah_getChannelEdges = getChannelEdges; in main()