Home
last modified time | relevance | path

Searched defs:lpt_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dlptvar.h61 struct lpt_softc { struct
62 device_t sc_dev;
63 void *sc_ih;
64 callout_t sc_wakeup_ch;
65 size_t sc_count;
66 void *sc_sih;
90 int lptnotready(u_char, struct lpt_softc *); argument
/netbsd-src/sys/dev/mvme/
H A Dlptvar.h44 struct lpt_softc { struct
45 device_t sc_dev;
46 struct callout sc_wakeup_ch;
47 struct lpt_funcs *sc_funcs;
48 void *sc_arg;
49 size_t sc_count;
50 struct buf *sc_inbuf;
74 void (*lf_open)(struct lpt_softc *, int); argument
/netbsd-src/sys/dev/ppbus/
H A Dlptvar.h52 struct lpt_softc { struct
53 struct ppbus_device_softc ppbus_dev;
55 int sc_state;
67 int sc_flags; /* flags from lptio.h */
69 void *sc_inbuf;
70 void *sc_outbuf;
71 bus_addr_t sc_in_baddr;
72 bus_addr_t sc_out_baddr;
/netbsd-src/sys/arch/atari/dev/
H A Dlpt.c95 struct lpt_softc { struct
96 device_t sc_dev;
97 struct callout sc_wakeup_ch;
98 size_t sc_count;
99 struct buf *sc_inbuf;
123 static int pushbytes (struct lpt_softc *); argument