Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_ath_pci.c167 if (ath_attach(PCI_PRODUCT(pa->pa_id), sc) == 0) in ath_pci_attach()
/openbsd-src/sys/dev/cardbus/
H A Dif_ath_cardbus.c159 ath_attach(PCI_PRODUCT(ca->ca_id), sc); in ath_cardbus_attach()
/openbsd-src/sys/dev/ic/
H A Dathvar.h377 int ath_attach(u_int16_t, struct ath_softc *);
H A Dath.c210 ath_attach(u_int16_t devid, struct ath_softc *sc) in ath_attach() function