Lines Matching refs:ucom_softc
133 static struct ucom_softc *ucom_cons_softc = NULL;
151 static int ucom_attach_tty(struct ucom_super_softc *, struct ucom_softc *);
152 static void ucom_detach_tty(struct ucom_super_softc *, struct ucom_softc *);
153 static int ucom_queue_command(struct ucom_softc *,
156 static void ucom_shutdown(struct ucom_softc *);
157 static void ucom_ring(struct ucom_softc *, uint8_t);
158 static void ucom_break(struct ucom_softc *, uint8_t);
159 static void ucom_dtr(struct ucom_softc *, uint8_t);
160 static void ucom_rts(struct ucom_softc *, uint8_t);
264 ucom_attach(struct ucom_super_softc *ssc, struct ucom_softc *sc, in ucom_attach()
333 ucom_detach(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_detach()
413 ucom_attach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_attach_tty()
495 ucom_detach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_detach_tty()
606 ucom_command_barrier(struct ucom_softc *sc) in ucom_command_barrier()
628 ucom_queue_command(struct ucom_softc *sc, in ucom_queue_command()
685 ucom_shutdown(struct ucom_softc *sc) in ucom_shutdown()
707 ucom_cfg_is_gone(struct ucom_softc *sc) in ucom_cfg_is_gone()
719 struct ucom_softc *sc = task->sc; in ucom_cfg_start_transfers()
741 ucom_start_transfers(struct ucom_softc *sc) in ucom_start_transfers()
763 struct ucom_softc *sc = task->sc; in ucom_cfg_open()
785 struct ucom_softc *sc = tty_softc(tp); in ucom_open()
861 struct ucom_softc *sc = task->sc; in ucom_cfg_close()
877 struct ucom_softc *sc = tty_softc(tp); in ucom_close()
903 struct ucom_softc *sc = tty_softc(tp); in ucom_inwakeup()
949 struct ucom_softc *sc = tty_softc(tp); in ucom_ioctl()
999 struct ucom_softc *sc = tty_softc(tp); in ucom_modem()
1054 struct ucom_softc *sc = task->sc; in ucom_cfg_line_state()
1117 ucom_line_state(struct ucom_softc *sc, in ucom_line_state()
1144 ucom_ring(struct ucom_softc *sc, uint8_t onoff) in ucom_ring()
1155 ucom_break(struct ucom_softc *sc, uint8_t onoff) in ucom_break()
1166 ucom_dtr(struct ucom_softc *sc, uint8_t onoff) in ucom_dtr()
1177 ucom_rts(struct ucom_softc *sc, uint8_t onoff) in ucom_rts()
1192 struct ucom_softc *sc = task->sc; in ucom_cfg_status_change()
1284 ucom_status_change(struct ucom_softc *sc) in ucom_status_change()
1306 struct ucom_softc *sc = task->sc; in ucom_cfg_param()
1324 struct ucom_softc *sc = tty_softc(tp); in ucom_param()
1403 struct ucom_softc *sc = tty_softc(tp); in ucom_outwakeup()
1419 struct ucom_softc *sc = tty_softc(tp); in ucom_busy()
1445 ucom_get_data(struct ucom_softc *sc, struct usb_page_cache *pc, in ucom_get_data()
1523 ucom_put_data(struct ucom_softc *sc, struct usb_page_cache *pc, in ucom_put_data()
1636 struct ucom_softc *sc = xsc; in ucom_free()
1684 struct ucom_softc *sc = ucom_cons_softc; in ucom_cngetc()
1715 struct ucom_softc *sc = ucom_cons_softc; in ucom_cnputc()