Searched refs:subunit (Results 1 – 10 of 10) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | usb_serial.c | 177 int subunit; in ucom_attach() local 214 for (subunit = 0; subunit < ssc->sc_subunits; subunit++) { in ucom_attach() 215 sc[subunit].sc_subunit = subunit; in ucom_attach() 216 sc[subunit].sc_super = ssc; in ucom_attach() 217 sc[subunit].sc_mtx = umtx; in ucom_attach() 218 sc[subunit].sc_parent = parent; in ucom_attach() 219 sc[subunit].sc_callback = callback; in ucom_attach() 221 error = ucom_attach_tty(ssc, &sc[subunit]); in ucom_attach() 230 sc[subunit].sc_flag = UCOM_FLAG_ATTACHED; in ucom_attach() 247 int subunit; in ucom_detach() local [all …]
|
D | u3g.c | 773 uint8_t subunit; in u3g_detach() local 780 for (subunit = 0; subunit != U3G_MAXPORTS; subunit++) in u3g_detach() 781 usbd_transfer_unsetup(sc->sc_xfer[subunit], U3G_N_TRANSFER); in u3g_detach()
|
D | usb_serial.h | 114 …ucom_tty_name) (struct ucom_softc *, char *pbuf, uint16_t buflen, uint16_t unit, uint16_t subunit);
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_dev.c | 1479 struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit, in usb_fifo_attach() argument 1552 if (subunit < 0) { in usb_fifo_attach() 1562 unit, subunit, pm->postfix[n] ? in usb_fifo_attach()
|
D | usbdi.h | 621 struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit,
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | fdl-1.3.texi | 117 A section ``Entitled XYZ'' means a named subunit of the Document whose
|
D | libmicrohttpd-tutorial.info | 2007 A section "Entitled XYZ" means a named subunit of the Document
|
D | libmicrohttpd.info | 3484 A section "Entitled XYZ" means a named subunit of the Document
|
/third_party/elfutils/doc/ |
D | COPYING-GFDL | 113 A section "Entitled XYZ" means a named subunit of the Document whose
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check.h.in | 816 CK_SUBUNIT, /**< Run as a subunit child process */
|