Home | History | Annotate | Download | only in ic

Lines Matching defs:actlen

1937 	unsigned int actlen;
2014 actlen = 0;
2037 "xfer->actlen %d", cont, len, xfer->ux_length,
2042 actlen = len;
2044 actlen = len - cont;
2050 if (actlen && (spipe->tregs[PID] & SL11_PID_BITS) == SL11_PID_IN) {
2139 xfer->ux_actlen += actlen;
2142 if (actlen == spipe->tregs[LEN] &&
2144 spipe->buffer += actlen;
2147 if (xfer->ux_length - xfer->ux_actlen < actlen) {
2202 start_cc_time(&t_copy_from_dev, actlen);
2203 slhci_read_multi(sc, buf_start, target_buf, actlen);
2205 DLOGBUF(D_BUF, target_buf, actlen);
2206 t->pend -= SLHCI_FS_CONST + SLHCI_FS_DATA_TIME(actlen);
2392 DLOG(D_XFER, "xfer callback length %jd actlen %jd spipe %#jx "
3196 int actlen = 0;
3277 actlen = sizeof(usb_port_status_t);
3286 actlen = sizeof(usb_hub_status_t);
3287 memset(buf, 0, actlen);
3298 actlen = buflen;
3303 actlen = uimin(buflen, sizeof(confd));
3304 memcpy(&confd, buf, actlen);
3308 memcpy(buf, &confd, actlen);
3312 actlen = buflen;
3316 actlen = usb_makestrdesc((usb_string_descriptor_t *)
3327 actlen = uimin(buflen, sizeof(hubd));
3328 memcpy(&hubd, buf, actlen);
3331 memcpy(buf, &hubd, actlen);
3344 return actlen;
3363 DDOLOG("len %d actlen %d short %d", xfer->ux_length,
3459 DDOLOG("xfer: length=%u, actlen=%u, flags=%#x, timeout=%u,",