Lines Matching defs:actlen
363 * "actlen" - if non-NULL the actual transfer length will be stored in
364 * the 16-bit unsigned integer pointed to by "actlen". This
384 uint16_t *actlen, usb_timeout_t timeout)
425 * Set "actlen" to a known value in case the caller does not
428 if (actlen)
429 *actlen = 0;
477 if (actlen)
478 *actlen = length;
660 if (actlen) {
661 (*actlen) += temp;
719 uint16_t *actlen, usb_timeout_t timeout)
735 req, data, flags, actlen, timeout);
743 else if (actlen && *actlen != len)
744 (void)memset_s(((uint8_t *)data) + *actlen, len - *actlen, 0, len - *actlen);
959 * descriptor, will get forced to the correct type. If the "actlen"
962 * first byte of the descriptor will not get updated. If the "actlen"
975 struct mtx *mtx, uint16_t *actlen, void *desc,
1016 if ((buf[0] > min_len) && (actlen == NULL))
1041 if (actlen != NULL) {
1043 *actlen = 0;
1045 *actlen = min_len;