Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub.c164 AH_PRIVATE(ah)->ah_getChannelEdges = ar9300_Stub_GetChannelEdges; in ar9300_set_stub_functions()
HDar9300_freebsd.c265 AH_PRIVATE(ah)->ah_getChannelEdges = ar9300_get_channel_edges; in ar9300_attach_freebsd_ops()
/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah_internal.h353 HAL_BOOL (*ah_getChannelEdges)(struct ath_hal*, member
437 AH_PRIVATE(_ah)->ah_getChannelEdges(_ah, _cf, _lc, _hc)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c170 .ah_getChannelEdges = ar5210GetChannelEdges,
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c170 .ah_getChannelEdges = ar5211GetChannelEdges,
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c171 .ah_getChannelEdges = ar5212GetChannelEdges,
/freebsd-11-stable/tools/tools/ath/athrd/
HDathrd.c1024 ahp.ah_getChannelEdges = getChannelEdges; in main()