Lines Matching refs:ucom_softc
134 static struct ucom_softc *ucom_cons_softc = NULL;
152 static int ucom_attach_tty(struct ucom_super_softc *, struct ucom_softc *);
153 static void ucom_detach_tty(struct ucom_super_softc *, struct ucom_softc *);
154 static void ucom_queue_command(struct ucom_softc *,
157 static void ucom_shutdown(struct ucom_softc *);
158 static void ucom_ring(struct ucom_softc *, uint8_t);
159 static void ucom_break(struct ucom_softc *, uint8_t);
160 static void ucom_dtr(struct ucom_softc *, uint8_t);
161 static void ucom_rts(struct ucom_softc *, uint8_t);
265 ucom_attach(struct ucom_super_softc *ssc, struct ucom_softc *sc, in ucom_attach()
334 ucom_detach(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_detach()
414 ucom_attach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_attach_tty()
496 ucom_detach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_detach_tty()
596 ucom_queue_command(struct ucom_softc *sc, in ucom_queue_command()
643 ucom_shutdown(struct ucom_softc *sc) in ucom_shutdown()
665 ucom_cfg_is_gone(struct ucom_softc *sc) in ucom_cfg_is_gone()
677 struct ucom_softc *sc = task->sc; in ucom_cfg_start_transfers()
699 ucom_start_transfers(struct ucom_softc *sc) in ucom_start_transfers()
721 struct ucom_softc *sc = task->sc; in ucom_cfg_open()
743 struct ucom_softc *sc = tty_softc(tp); in ucom_open()
811 struct ucom_softc *sc = task->sc; in ucom_cfg_close()
827 struct ucom_softc *sc = tty_softc(tp); in ucom_close()
853 struct ucom_softc *sc = tty_softc(tp); in ucom_inwakeup()
899 struct ucom_softc *sc = tty_softc(tp); in ucom_ioctl()
945 struct ucom_softc *sc = tty_softc(tp); in ucom_modem()
1000 struct ucom_softc *sc = task->sc; in ucom_cfg_line_state()
1063 ucom_line_state(struct ucom_softc *sc, in ucom_line_state()
1087 ucom_ring(struct ucom_softc *sc, uint8_t onoff) in ucom_ring()
1098 ucom_break(struct ucom_softc *sc, uint8_t onoff) in ucom_break()
1109 ucom_dtr(struct ucom_softc *sc, uint8_t onoff) in ucom_dtr()
1120 ucom_rts(struct ucom_softc *sc, uint8_t onoff) in ucom_rts()
1135 struct ucom_softc *sc = task->sc; in ucom_cfg_status_change()
1227 ucom_status_change(struct ucom_softc *sc) in ucom_status_change()
1249 struct ucom_softc *sc = task->sc; in ucom_cfg_param()
1267 struct ucom_softc *sc = tty_softc(tp); in ucom_param()
1340 struct ucom_softc *sc = tty_softc(tp); in ucom_outwakeup()
1356 struct ucom_softc *sc = tty_softc(tp); in ucom_busy()
1382 ucom_get_data(struct ucom_softc *sc, struct usb_page_cache *pc, in ucom_get_data()
1460 ucom_put_data(struct ucom_softc *sc, struct usb_page_cache *pc, in ucom_put_data()
1573 struct ucom_softc *sc = xsc; in ucom_free()
1621 struct ucom_softc *sc = ucom_cons_softc; in ucom_cngetc()
1652 struct ucom_softc *sc = ucom_cons_softc; in ucom_cnputc()