Lines Matching defs:length
110 req->length = DBGP_REQ_LEN;
148 req->length = DBGP_REQ_LEN;
298 dbgp.req->length = DBGP_REQ_EP0_LEN;
334 req->status, req->actual, req->length);
343 u16 length = le16_to_cpu(ctrl->wLength);
348 if (length > DBGP_REQ_LEN) {
354 length = DBGP_REQ_LEN;
395 req->length = min(length, len);
396 req->zero = len < req->length;
397 if (data && req->length)
398 memcpy(req->buf, data, req->length);