Searched refs:subunit (Results 1 - 5 of 5) sorted by relevance
| /third_party/FreeBSD/sys/dev/usb/serial/ |
| H A D | usb_serial.c | 175 int subunit; in ucom_attach() local 212 for (subunit = 0; subunit < ssc->sc_subunits; subunit++) { in ucom_attach() 213 sc[subunit].sc_subunit = subunit; in ucom_attach() 214 sc[subunit].sc_super = ssc; in ucom_attach() 215 sc[subunit].sc_mtx = umtx; in ucom_attach() 216 sc[subunit].sc_parent = parent; in ucom_attach() 217 sc[subunit] in ucom_attach() 245 int subunit; ucom_detach() local [all...] |
| H A D | u3g.c | 771 uint8_t subunit; in u3g_detach() local 778 for (subunit = 0; subunit != U3G_MAXPORTS; subunit++) in u3g_detach() 779 usbd_transfer_unsetup(sc->sc_xfer[subunit], U3G_N_TRANSFER); in u3g_detach()
|
| H A D | usb_serial.h | 113 void (*ucom_tty_name) (struct ucom_softc *, char *pbuf, uint16_t buflen, uint16_t unit, uint16_t subunit);
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_dev.c | 1478 struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit, in usb_fifo_attach() 1551 if (subunit < 0) { in usb_fifo_attach() 1561 unit, subunit, pm->postfix[n] ? in usb_fifo_attach() 1476 usb_fifo_attach(struct usb_device *udev, void *priv_sc, struct mtx *priv_mtx, struct usb_fifo_methods *pm, struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit, uint8_t iface_index, uid_t uid, gid_t gid, int mode) usb_fifo_attach() argument
|
| H A D | usbdi.h | 637 struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit,
|
Completed in 7 milliseconds