HomeSort by: relevance | last modified time | path
    Searched defs:pchip (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/
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;
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;

Completed in 47 milliseconds