stp4020_softc
stp4020_delay(struct stp4020_softc *sc, unsigned int ms)
CFATTACH_DECL_NEW(nell, sizeof(struct stp4020_softc),
void stp4020_delay(struct stp4020_softc *sc, unsigned int);
void stp4020_queue_event(struct stp4020_softc *, int, int);
struct stp4020_softc *sc = device_private(self);
struct stp4020_softc *sc = arg;
stp4020_queue_event(struct stp4020_softc *sc, int sock, int event)
struct stp4020_softc *sc = arg;
struct stp4020_softc *sc; /* Back link */