ah.c | 35 struct ath_hal_chip * const *pchip; local in function:ath_hal_probe 37 OS_SET_FOREACH(pchip, ah_chips) { 38 const char *name = (*pchip)->probe(vendorid, devid); 56 struct ath_hal_chip * const *pchip; local in function:ath_hal_attach 58 OS_SET_FOREACH(pchip, ah_chips) { 59 struct ath_hal_chip *chip = *pchip;
|