Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Ducycom.c92 uint16_t sc_ilen; /* input report length */ member
250 sc->sc_ilen = hid_report_size_max(urd_ptr, urd_len, hid_input, &sc->sc_iid); in ucycom_attach()
253 if ((sc->sc_ilen > UCYCOM_MAX_IOLEN) || (sc->sc_ilen < 1) || in ucycom_attach()
257 sc->sc_ilen, sc->sc_olen, sc->sc_flen, in ucycom_attach()
590 usbd_xfer_set_frame_len(xfer, 0, sc->sc_ilen); in ucycom_intr_read_callback()