Searched refs:sc_olen (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/usb/serial/ |
H A D | ucycom.c | 93 uint16_t sc_olen; /* output report length */ member 251 sc->sc_olen = hid_report_size_max(urd_ptr, urd_len, hid_output, &sc->sc_oid); in ucycom_attach() 254 (sc->sc_olen > UCYCOM_MAX_IOLEN) || (sc->sc_olen < 2) || in ucycom_attach() 257 sc->sc_ilen, sc->sc_olen, sc->sc_flen, in ucycom_attach() 397 sc->sc_olen - offset, &actlen)) { in ucycom_ctrl_write_callback() 403 USETW(req.wLength, sc->sc_olen); in ucycom_ctrl_write_callback() 421 usbd_xfer_set_frame_len(xfer, 1, sc->sc_olen); in ucycom_ctrl_write_callback() 422 usbd_xfer_set_frames(xfer, sc->sc_olen ? 2 : 1); in ucycom_ctrl_write_callback()
|