Lines Matching refs:ucom_softc
88 struct ucom_softc sc_ucom[U3G_MAXPORTS];
111 static void u3g_cfg_get_status(struct ucom_softc *, uint8_t *, uint8_t *);
112 static void u3g_cfg_set_dtr(struct ucom_softc *, uint8_t);
113 static void u3g_cfg_set_rts(struct ucom_softc *, uint8_t);
114 static void u3g_start_read(struct ucom_softc *ucom);
115 static void u3g_stop_read(struct ucom_softc *ucom);
116 static void u3g_start_write(struct ucom_softc *ucom);
117 static void u3g_stop_write(struct ucom_softc *ucom);
118 static void u3g_poll(struct ucom_softc *ucom);
119 static void u3g_free(struct ucom_softc *ucom);
798 u3g_free(struct ucom_softc *ucom)
804 u3g_start_read(struct ucom_softc *ucom)
816 u3g_stop_read(struct ucom_softc *ucom)
828 u3g_start_write(struct ucom_softc *ucom)
836 u3g_stop_write(struct ucom_softc *ucom)
846 struct ucom_softc *ucom = (struct ucom_softc *)usbd_xfer_softc(xfer);
899 struct ucom_softc *ucom = (struct ucom_softc *)usbd_xfer_softc(xfer);
929 u3g_cfg_get_status(struct ucom_softc *ucom, uint8_t *lsr, uint8_t *msr)
938 u3g_cfg_set_line(struct ucom_softc *ucom)
956 u3g_cfg_set_dtr(struct ucom_softc *ucom, uint8_t onoff)
971 u3g_cfg_set_rts(struct ucom_softc *ucom, uint8_t onoff)
988 struct ucom_softc *ucom = (struct ucom_softc *)usbd_xfer_softc(xfer);
1063 u3g_poll(struct ucom_softc *ucom)