Home
last modified time | relevance | path

Searched refs:sc_subunits (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c293 ssc->sc_subunits = subunits; in ucom_attach()
303 for (subunit = 0; subunit < ssc->sc_subunits; subunit++) { in ucom_attach()
323 sc->sc_tty, ssc->sc_unit, ssc->sc_subunits); in ucom_attach()
352 for (subunit = 0; subunit < ssc->sc_subunits; subunit++) { in ucom_detach()
430 if (ssc->sc_subunits > 1) { in ucom_attach_tty()
553 "%d ttyports=%d", ssc->sc_unit, ssc->sc_subunits); in ucom_set_pnpinfo_usb()
576 NULL, ssc->sc_subunits, "Number of ports"); in ucom_set_pnpinfo_usb()
H A Dusb_serial.h134 int sc_subunits; member