Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Ddp8390var.h70 void (*stop_card)(struct dp8390_softc *); member
H A Ddp8390.c208 if (sc->stop_card != NULL) in dp8390_stop()
209 (*sc->stop_card)(sc); in dp8390_stop()
/openbsd/sys/dev/pcmcia/
H A Dif_ne_pcmcia.c762 dsc->stop_card = ax88190_stop_card; in ne_pcmcia_attach()
789 dsc->stop_card = dl10019_stop_card; in ne_pcmcia_attach()