Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/
HDah.c39 struct ath_hal_chip * const *pchip; in ath_hal_probe() local
41 OS_SET_FOREACH(pchip, ah_chips) { in ath_hal_probe()
42 const char *name = (*pchip)->probe(vendorid, devid); in ath_hal_probe()
60 struct ath_hal_chip * const *pchip; in ath_hal_attach() local
62 OS_SET_FOREACH(pchip, ah_chips) { in ath_hal_attach()
63 struct ath_hal_chip *chip = *pchip; in ath_hal_attach()