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

  /src/sys/dev/ic/
lptvar.h 61 struct lpt_softc { struct
90 int lptnotready(u_char, struct lpt_softc *);
92 int lptpushbytes(struct lpt_softc *);
94 void lpt_attach_subr(struct lpt_softc *);
  /src/sys/dev/mvme/
lptvar.h 44 struct lpt_softc { struct
74 void (*lf_open)(struct lpt_softc *, int);
75 void (*lf_close)(struct lpt_softc *);
76 void (*lf_iprime)(struct lpt_softc *);
77 void (*lf_speed)(struct lpt_softc *, int);
78 int (*lf_notrdy)(struct lpt_softc *, int);
79 void (*lf_wrdata)(struct lpt_softc *, u_char);
85 extern void lpt_attach_subr(struct lpt_softc *);
86 extern int lpt_intr(struct lpt_softc *);
  /src/sys/dev/ppbus/
lptvar.h 52 struct lpt_softc { struct
  /src/sys/arch/atari/dev/
lpt.c 95 struct lpt_softc { struct
123 static int pushbytes (struct lpt_softc *);
125 int lptintr (struct lpt_softc *);
135 CFATTACH_DECL_NEW(lp, sizeof(struct lpt_softc),
170 struct lpt_softc *sc = device_private(self);
192 struct lpt_softc *sc;
249 struct lpt_softc *sc = arg;
262 struct lpt_softc *sc = device_lookup_private(&lp_cd, LPTUNIT(dev));
285 pushbytes(struct lpt_softc *sc)
345 struct lpt_softc *sc = device_lookup_private(&lp_cd,LPTUNIT(dev))
    [all...]

Completed in 12 milliseconds