Lines Matching defs:actlen
1147 uint32_t actlen;
1158 if (ucom_get_data(ucom, pc, 0, U3G_TXSIZE, &actlen) == 0)
1160 usbd_xfer_set_frame_len(xfer, frame, actlen);
1183 int actlen;
1185 usbd_xfer_status(xfer, &actlen, NULL, NULL, NULL);
1190 ucom_put_data(ucom, pc, 0, actlen);
1272 int actlen;
1276 usbd_xfer_status(xfer, &actlen, NULL, NULL, NULL);
1280 if (actlen < 8) { /* usb_cdc_notification with 2 data bytes */
1281 DPRINTF("message too short (expected 8, received %d)\n", actlen);
1285 usbd_copy_out(pc, 0, &pkt, actlen);