Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/serial/
H A Ducycom.c86 uint16_t sc_olen; /* output report length */ member
245 sc->sc_olen = hid_report_size(urd_ptr, urd_len, hid_output, &sc->sc_oid); in ucycom_attach()
248 (sc->sc_olen > UCYCOM_MAX_IOLEN) || (sc->sc_olen < 2) || in ucycom_attach()
251 sc->sc_ilen, sc->sc_olen, sc->sc_flen, in ucycom_attach()
371 sc->sc_olen - offset, &actlen)) { in ucycom_ctrl_write_callback()
378 USETW(req.wLength, sc->sc_olen); in ucycom_ctrl_write_callback()
396 usbd_xfer_set_frame_len(xfer, 1, sc->sc_olen); in ucycom_ctrl_write_callback()
397 usbd_xfer_set_frames(xfer, sc->sc_olen ? 2 : 1); in ucycom_ctrl_write_callback()