Lines Matching refs:ucom_softc
144 struct ucom_softc {
228 static void ucom_cleanup(struct ucom_softc *, int);
232 static void ucom_shutdown(struct ucom_softc *);
233 static void ucom_dtr(struct ucom_softc *, int);
234 static void ucom_rts(struct ucom_softc *, int);
235 static void ucom_break(struct ucom_softc *, int);
236 static void tiocm_to_ucom(struct ucom_softc *, u_long, int);
237 static int ucom_to_tiocm(struct ucom_softc *);
240 static void ucom_submit_write(struct ucom_softc *, struct ucom_buffer *);
241 static void ucom_write_status(struct ucom_softc *, struct ucom_buffer *,
245 static void ucom_read_complete(struct ucom_softc *);
246 static int ucomsubmitread(struct ucom_softc *, struct ucom_buffer *);
253 CFATTACH_DECL_NEW(ucom, sizeof(struct ucom_softc), ucom_match, ucom_attach,
265 struct ucom_softc *sc = device_private(self);
399 struct ucom_softc *sc = device_private(self);
474 ucom_shutdown(struct ucom_softc *sc)
507 struct ucom_softc * const sc = device_lookup_private(&ucom_cd, unit);
718 struct ucom_softc *sc = device_lookup_private(&ucom_cd, unit);
767 struct ucom_softc *sc = device_lookup_private(&ucom_cd, unit);
831 struct ucom_softc * const sc = device_lookup_private(&ucom_cd, unit);
843 struct ucom_softc * const sc = device_lookup_private(&ucom_cd, unit);
855 struct ucom_softc * const sc = device_lookup_private(&ucom_cd, unit);
867 struct ucom_softc * const sc = device_lookup_private(&ucom_cd, unit);
876 struct ucom_softc * const sc = device_lookup_private(&ucom_cd, unit);
969 tiocm_to_ucom(struct ucom_softc *sc, u_long how, int ttybits)
1004 ucom_to_tiocm(struct ucom_softc *sc)
1037 ucom_break(struct ucom_softc *sc, int onoff)
1049 ucom_dtr(struct ucom_softc *sc, int onoff)
1061 ucom_rts(struct ucom_softc *sc, int onoff)
1073 ucom_status_change(struct ucom_softc *sc)
1113 struct ucom_softc * const sc = device_lookup_private(&ucom_cd, unit);
1186 struct ucom_softc * const sc = device_lookup_private(&ucom_cd, unit);
1211 struct ucom_softc * const sc = device_lookup_private(&ucom_cd, unit);
1272 struct ucom_softc * const sc = device_lookup_private(&ucom_cd, unit);
1288 ucom_write_status(struct ucom_softc *sc, struct ucom_buffer *ub,
1337 ucom_submit_write(struct ucom_softc *sc, struct ucom_buffer *ub)
1351 struct ucom_softc *sc = (struct ucom_softc *)p;
1364 struct ucom_softc *sc = arg;
1388 ucom_read_complete(struct ucom_softc *sc)
1423 ucomsubmitread(struct ucom_softc *sc, struct ucom_buffer *ub)
1447 struct ucom_softc *sc = (struct ucom_softc *)p;
1532 ucom_cleanup(struct ucom_softc *sc, int flag)