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

  /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 *);
lpt_pcctwo.c 58 CFATTACH_DECL_NEW(lpt_pcctwo, sizeof(struct lpt_softc),
65 void lpt_pcctwo_open(struct lpt_softc *, int);
66 void lpt_pcctwo_close(struct lpt_softc *);
67 void lpt_pcctwo_iprime(struct lpt_softc *);
68 void lpt_pcctwo_speed(struct lpt_softc *, int);
69 int lpt_pcctwo_notrdy(struct lpt_softc *, int);
70 void lpt_pcctwo_wr_data(struct lpt_softc *, u_char);
112 struct lpt_softc *sc;
161 struct lpt_softc *sc;
164 sc = (struct lpt_softc *) arg
    [all...]
lpt_mvme.c 123 static int pushbytes(struct lpt_softc *);
148 lpt_attach_subr(struct lpt_softc *sc)
162 struct lpt_softc *sc;
226 struct lpt_softc *sc;
244 struct lpt_softc *sc;
264 pushbytes(struct lpt_softc *sc)
323 struct lpt_softc *sc;
352 lpt_intr(struct lpt_softc *sc)
  /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 *);
lpt.c 119 lpt_attach_subr(struct lpt_softc *sc)
140 struct lpt_softc *sc = device_private(self);
155 struct lpt_softc *sc;
230 lptnotready(u_char status, struct lpt_softc *sc)
256 struct lpt_softc *sc = arg;
273 struct lpt_softc *sc =
294 lptpushbytes(struct lpt_softc *sc)
367 struct lpt_softc *sc =
396 struct lpt_softc *sc = arg;
  /src/sys/arch/mvme68k/dev/
lpt_pcc.c 57 static void lpt_pcc_open(struct lpt_softc *, int);
58 static void lpt_pcc_close(struct lpt_softc *);
59 static void lpt_pcc_iprime(struct lpt_softc *);
60 static void lpt_pcc_speed(struct lpt_softc *, int);
61 static int lpt_pcc_notrdy(struct lpt_softc *, int);
62 static void lpt_pcc_wr_data(struct lpt_softc *, u_char);
79 CFATTACH_DECL_NEW(lpt_pcc, sizeof(struct lpt_softc),
102 struct lpt_softc *sc;
146 struct lpt_softc *sc;
167 lpt_pcc_open(struct lpt_softc *sc, int int_ena
    [all...]
  /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...]
  /src/sys/arch/algor/dev/
lpt_mainbus.c 50 struct lpt_softc sc_lpt; /* real "lpt" softc */
78 struct lpt_softc *sc = &msc->sc_lpt;
  /src/sys/arch/evbppc/explora/dev/
lpt_elb.c 51 CFATTACH_DECL_NEW(lpt_elb, sizeof(struct lpt_softc),
68 struct lpt_softc *sc = device_private(self);
  /src/sys/arch/hppa/dev/
lpt_ssio.c 33 CFATTACH_DECL_NEW(lpt_ssio, sizeof(struct lpt_softc),
55 struct lpt_softc *sc = device_private(self);
  /src/sys/arch/i386/pnpbios/
lpt_pnpbios.c 50 struct lpt_softc sc_lpt;
75 struct lpt_softc *sc = &psc->sc_lpt;
  /src/sys/arch/sparc64/dev/
lpt_ebus.c 52 CFATTACH_DECL_NEW(lpt_ebus, sizeof(struct lpt_softc),
73 struct lpt_softc *sc = device_private(self);
  /src/sys/dev/pci/
lpt_puc.c 70 struct lpt_softc *sc = device_private(self);
117 CFATTACH_DECL_NEW(lpt_puc, sizeof(struct lpt_softc),
  /src/sys/dev/ppbus/
lptvar.h 52 struct lpt_softc { struct
lpt.c 101 CFATTACH_DECL_NEW(lpt_ppbus, sizeof(struct lpt_softc), lpt_probe, lpt_attach,
130 static int lpt_request_ppbus(struct lpt_softc *, int);
131 static int lpt_release_ppbus(struct lpt_softc *, int);
147 struct lpt_softc * sc = device_private(self);
205 struct lpt_softc * lpt = device_private(self);
243 lpt_request_ppbus(struct lpt_softc * lpt, int how)
262 lpt_release_ppbus(struct lpt_softc * lpt, int how)
427 struct lpt_softc * lpt;
519 struct lpt_softc *sc = device_private(dev);
542 struct lpt_softc *sc = device_private(dev)
    [all...]
  /src/sys/arch/sgimips/mace/
lpt_mace.c 64 struct lpt_softc sc_lpt;
86 struct lpt_softc *sc = &msc->sc_lpt;
  /src/sys/dev/acpi/
lpt_acpi.c 47 struct lpt_softc sc_lpt;
80 struct lpt_softc *sc = &asc->sc_lpt;
  /src/sys/arch/alpha/jensenio/
lpt_jensenio.c 63 struct lpt_softc sc_lpt; /* real "lpt" softc */
91 struct lpt_softc *sc = &jsc->sc_lpt;
  /src/sys/arch/alpha/sableio/
lpt_sableio.c 62 struct lpt_softc sc_lpt; /* real "lpt" softc */
90 struct lpt_softc *sc = &ssc->sc_lpt;
  /src/sys/arch/amiga/dev/
lpt_supio.c 58 struct lpt_softc sc_lpt;
97 struct lpt_softc *lsc = &sc->sc_lpt;
  /src/sys/dev/ofisa/
lpt_ofisa.c 59 struct lpt_softc sc_lpt; /* real "lpt" softc */
94 struct lpt_softc *sc = &osc->sc_lpt;
  /src/sys/arch/acorn32/mainbus/
lpt_pioc.c 62 CFATTACH_DECL_NEW(lpt_pioc, sizeof(struct lpt_softc),
192 struct lpt_softc *sc = device_private(self);
  /src/sys/arch/arc/jazz/
lpt_jazzio.c 76 CFATTACH_DECL_NEW(lpt_jazzio, sizeof(struct lpt_softc),
171 struct lpt_softc *sc = device_private(self);
  /src/sys/arch/hppa/gsc/
lpt_gsc.c 86 CFATTACH_DECL_NEW(lpt_gsc, sizeof(struct lpt_softc),
200 struct lpt_softc *sc = device_private(self);
  /src/sys/dev/isa/
lpt_isa.c 87 struct lpt_softc sc_lpt;
220 struct lpt_softc *lsc = &sc->sc_lpt;
259 struct lpt_softc *lsc = &sc->sc_lpt;

Completed in 21 milliseconds