Home
last modified time | relevance | path

Searched refs:ucom (Results 1 - 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c114 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) in u3g_free() argument
800 u3g_free_softc((struct u3g_softc *)ucom->sc_parent); in u3g_free()
804 u3g_start_read(struct ucom_softc *ucom) in u3g_start_read() argument
806 struct u3g_softc *sc = (struct u3g_softc *)ucom in u3g_start_read()
816 u3g_stop_read(struct ucom_softc *ucom) u3g_stop_read() argument
828 u3g_start_write(struct ucom_softc *ucom) u3g_start_write() argument
836 u3g_stop_write(struct ucom_softc *ucom) u3g_stop_write() argument
846 struct ucom_softc *ucom = (struct ucom_softc *)usbd_xfer_softc(xfer); u3g_write_callback() local
899 struct ucom_softc *ucom = (struct ucom_softc *)usbd_xfer_softc(xfer); u3g_read_callback() local
929 u3g_cfg_get_status(struct ucom_softc *ucom, uint8_t *lsr, uint8_t *msr) u3g_cfg_get_status() argument
938 u3g_cfg_set_line(struct ucom_softc *ucom) u3g_cfg_set_line() argument
956 u3g_cfg_set_dtr(struct ucom_softc *ucom, uint8_t onoff) u3g_cfg_set_dtr() argument
971 u3g_cfg_set_rts(struct ucom_softc *ucom, uint8_t onoff) u3g_cfg_set_rts() argument
988 struct ucom_softc *ucom = (struct ucom_softc *)usbd_xfer_softc(xfer); u3g_intr_callback() local
1063 u3g_poll(struct ucom_softc *ucom) u3g_poll() argument
[all...]

Completed in 1 milliseconds