Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah.c56 struct ath_hal_chip * const *pchip; in ath_hal_probe() local
60 OS_SET_FOREACH(pchip, ah_chips) { in ath_hal_probe()
61 const char *name = (*pchip)->probe(vendorid, devid); in ath_hal_probe()
89 struct ath_hal_chip * const *pchip; in ath_hal_attach() local
92 OS_SET_FOREACH(pchip, ah_chips) { in ath_hal_attach()
93 struct ath_hal_chip *chip = *pchip; in ath_hal_attach()
/freebsd/sys/dev/hptmv/
H A Dvdevice.h225 void fRegisterChip(PChipInstance pChip);