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

  /src/sys/dev/qbus/
ts.c 116 struct ts_softc { struct
159 static void tsinit(struct ts_softc *);
160 static void tscommand(struct ts_softc *, dev_t, int, int);
161 static int tsstart(struct ts_softc *, int);
162 static void tswchar(struct ts_softc *);
163 static bool tsreset(struct ts_softc *);
168 CFATTACH_DECL_NEW(ts, sizeof(struct ts_softc),
218 struct ts_softc ssc;
219 struct ts_softc *sc = &ssc;
251 struct ts_softc *sc = device_private(self)
    [all...]

Completed in 11 milliseconds