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

/freebsd-11-stable/sys/dev/usb/serial/
H A Dumcs.c131 * (subunit) number */
192 /* Indexed by LOGICAL port number (subunit), so two-port device uses 0 & 1 */
306 int subunit; local
358 for (subunit = 0; subunit < sc->sc_numports; ++subunit) {
361 umcs7840_config_tmp[n].endpoint = umcs7840_bulk_config_data[n].endpoint + 2 * sc->sc_ucom[subunit].sc_portno;
362 umcs7840_config_tmp[n].callback = umcs7840_rw_callbacks[subunit][n];
365 &iface_index, sc->sc_ports[sc->sc_ucom[subunit].sc_portno].sc_xfer, umcs7840_config_tmp,
368 device_printf(dev, "allocating USB transfers failed for subunit
406 int subunit; local
777 int subunit; local
848 umcs7840_read_callbackN(struct usb_xfer *xfer, usb_error_t error, uint8_t subunit) argument
905 umcs7840_write_callbackN(struct usb_xfer *xfer, usb_error_t error, uint8_t subunit) argument
[all...]
H A Dusb_serial.c133 &ucom_cons_subunit, 0, "console subunit number");
263 int subunit; local
298 for (subunit = 0; subunit < ssc->sc_subunits; subunit++) {
299 sc[subunit].sc_subunit = subunit;
300 sc[subunit].sc_super = ssc;
301 sc[subunit].sc_mtx = mtx;
302 sc[subunit]
330 int subunit; local
[all...]
H A Dusb_serial.h103 void (*ucom_tty_name) (struct ucom_softc *, char *pbuf, uint16_t buflen, uint16_t unit, uint16_t subunit);
H A Du3g.c1015 uint8_t subunit; local
1022 for (subunit = 0; subunit != U3G_MAXPORTS; subunit++)
1023 usbd_transfer_unsetup(sc->sc_xfer[subunit], U3G_N_TRANSFER);
/freebsd-11-stable/sys/dev/twe/
H A Dtwereg.h273 u_int8_t logical_subunit; /* for RAID10 rebuild of logical subunit */
451 #define TWE_UD_CONFIG_SUBUNIT 0x0e /* drive is a subunit in an array */
485 TWE_Unit_Descriptor subunit[0]; /* subunit descriptors, in RAID10 mode is [mirunit][subunit] */ member in struct:__anon11757
/freebsd-11-stable/sys/dev/usb/
H A Dusb_dev.c1841 struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit,
1916 if (subunit < 0) {
1926 unit, subunit, pm->postfix[n] ?
1839 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) argument
H A Dusbdi.h634 struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit,

Completed in 82 milliseconds