Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c809 usbd_transfer_start(sc->sc_xfer[ucom->sc_subunit][U3G_INTR]); in u3g_start_read()
812 usbd_transfer_start(sc->sc_xfer[ucom->sc_subunit][U3G_BULK_RD]); in u3g_start_read()
821 usbd_transfer_stop(sc->sc_xfer[ucom->sc_subunit][U3G_INTR]); in u3g_stop_read()
824 usbd_transfer_stop(sc->sc_xfer[ucom->sc_subunit][U3G_BULK_RD]); in u3g_stop_read()
832 usbd_transfer_start(sc->sc_xfer[ucom->sc_subunit][U3G_BULK_WR]); in u3g_start_write()
840 usbd_transfer_stop(sc->sc_xfer[ucom->sc_subunit][U3G_BULK_WR]); in u3g_stop_write()
933 *lsr = sc->sc_lsr[ucom->sc_subunit]; in u3g_cfg_get_status()
934 *msr = sc->sc_msr[ucom->sc_subunit]; in u3g_cfg_get_status()
945 USETW(req.wValue, sc->sc_line[ucom->sc_subunit]); in u3g_cfg_set_line()
946 req.wIndex[0] = sc->sc_iface[ucom->sc_subunit]; in u3g_cfg_set_line()
[all...]
H A Dusb_serial.h177 int sc_subunit; member
H A Dusb_serial.c213 sc[subunit].sc_subunit = subunit; in ucom_attach()
310 ret = snprintf_s(sc->sc_name, TTY_NAME_LEN, TTY_NAME_LEN - 1, "/dev/ttyUSB%d", sc->sc_subunit); in ucom_attach_tty()
317 ssc->sc_unit, sc->sc_subunit); in ucom_attach_tty()

Completed in 4 milliseconds