Lines Matching defs:umct_softc
79 struct umct_softc {
115 static void umct_init(struct umct_softc *);
116 static void umct_set_baudrate(struct umct_softc *, u_int);
117 static void umct_set_lcr(struct umct_softc *, u_int);
121 static void umct_dtr(struct umct_softc *, int);
122 static void umct_rts(struct umct_softc *, int);
123 static void umct_break(struct umct_softc *, int);
124 static void umct_set_line_state(struct umct_softc *);
155 CFATTACH_DECL2_NEW(umct, sizeof(struct umct_softc), umct_match,
170 struct umct_softc *sc = device_private(self);
313 struct umct_softc *sc = device_private(self);
320 umct_close_pipe(struct umct_softc *sc)
337 struct umct_softc *sc = device_private(self);
357 umct_set_line_state(struct umct_softc *sc)
380 struct umct_softc *sc = addr;
401 umct_dtr(struct umct_softc *sc, int onoff)
414 umct_rts(struct umct_softc *sc, int onoff)
426 umct_break(struct umct_softc *sc, int onoff)
435 umct_set_lcr(struct umct_softc *sc, u_int data)
451 umct_set_baudrate(struct umct_softc *sc, u_int rate)
487 umct_init(struct umct_softc *sc)
496 struct umct_softc *sc = addr;
541 struct umct_softc *sc = addr;
574 struct umct_softc *sc = addr;
587 struct umct_softc *sc = priv;
619 struct umct_softc *sc = addr;