Home
last modified time | relevance | path

Searched refs:lpt_softc (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dlpt.c157 static void plipattach(struct lpt_softc *);
158 static void plipinput(struct lpt_softc *);
161 static int plipreceive(struct lpt_softc *, u_char *, int);
165 static int pliptransmit(struct lpt_softc *, u_char *, int);
185 int lpt_not_ready(u_int8_t, struct lpt_softc *);
187 int lptpushbytes(struct lpt_softc *);
217 struct lpt_softc *sc; in lpt_attach_common()
242 struct lpt_softc *sc;
327 struct lpt_softc *sc;
349 struct lpt_softc *sc = arg;
[all …]
Dlptvar.h63 struct lpt_softc { struct
106 void lpt_attach_common(struct lpt_softc *); argument
/mirbsd/src/sys/dev/puc/
Dlpt_puc.c69 sizeof(struct lpt_softc), lpt_puc_probe, lpt_puc_attach
93 struct lpt_softc *sc = (void *)self;
/mirbsd/src/sys/dev/isa/
Dlpt_isa.c83 sizeof(struct lpt_softc), lpt_isa_probe, lpt_isa_attach
189 struct lpt_softc *sc = (void *)self;
/mirbsd/src/sys/dev/sbus/
Dapio.c173 struct lpt_softc sc_lpt;