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

/freebsd-13-stable/sys/dev/usb/serial/
H A Dumcs.c133 * (subunit) number */
194 /* Indexed by LOGICAL port number (subunit), so two-port device uses 0 & 1 */
308 int subunit; local
360 for (subunit = 0; subunit < sc->sc_numports; ++subunit) {
363 umcs7840_config_tmp[n].endpoint = umcs7840_bulk_config_data[n].endpoint + 2 * sc->sc_ucom[subunit].sc_portno;
364 umcs7840_config_tmp[n].callback = umcs7840_rw_callbacks[subunit][n];
367 &iface_index, sc->sc_ports[sc->sc_ucom[subunit].sc_portno].sc_xfer, umcs7840_config_tmp,
370 device_printf(dev, "allocating USB transfers failed for subunit
408 int subunit; local
778 int subunit; local
849 umcs7840_read_callbackN(struct usb_xfer *xfer, usb_error_t error, uint8_t subunit) argument
906 umcs7840_write_callbackN(struct usb_xfer *xfer, usb_error_t error, uint8_t subunit) argument
[all...]
H A Dusb_serial.c141 &ucom_cons_subunit, 0, "console subunit number");
271 int subunit; local
306 for (subunit = 0; subunit < ssc->sc_subunits; subunit++) {
307 sc[subunit].sc_subunit = subunit;
308 sc[subunit].sc_super = ssc;
309 sc[subunit].sc_mtx = mtx;
310 sc[subunit]
338 int subunit; local
[all...]
H A Dusb_serial.h105 void (*ucom_tty_name) (struct ucom_softc *, char *pbuf, uint16_t buflen, uint16_t unit, uint16_t subunit);
H A Du3g.c1014 uint8_t subunit; local
1021 for (subunit = 0; subunit != U3G_MAXPORTS; subunit++)
1022 usbd_transfer_unsetup(sc->sc_xfer[subunit], U3G_N_TRANSFER);
/freebsd-13-stable/sys/dev/twe/
H A Dtwereg.h275 u_int8_t logical_subunit; /* for RAID10 rebuild of logical subunit */
453 #define TWE_UD_CONFIG_SUBUNIT 0x0e /* drive is a subunit in an array */
487 TWE_Unit_Descriptor subunit[0]; /* subunit descriptors, in RAID10 mode is [mirunit][subunit] */ member in struct:__anon14400
/freebsd-13-stable/sys/dev/usb/
H A Dusb_dev.c1820 struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit,
1893 if (subunit < 0) {
1903 unit, subunit, pm->postfix[n] ?
1818 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.h687 struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit,

Completed in 104 milliseconds