Searched defs:lpt_softc (Results 1 – 4 of 4) sorted by relevance
61 struct lpt_softc { struct62 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
44 struct lpt_softc { struct45 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
52 struct lpt_softc { struct53 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;
95 struct lpt_softc { struct96 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