/src/sys/dev/usb/ |
auvitek.c | 337 int actlen; local in function:auvitek_read_1 348 &actlen, USBD_DEFAULT_TIMEOUT); 363 int actlen; local in function:auvitek_write_1 373 &actlen, USBD_DEFAULT_TIMEOUT);
|
usbroothub.c | 359 int buflen, actlen = -1; local in function:roothub_ctrl_start 560 actlen = bus->ub_methods->ubm_rhctrl(bus, req, buf, buflen); 568 if (actlen < 0) 571 xfer->ux_actlen = actlen; 575 USBHIST_LOG(usbdebug, "xfer %#jx buflen %jd actlen %jd err %jd", 576 (uintptr_t)xfer, buflen, actlen, err);
|
umass.c | 1375 DPRINTFM(UDMASS_BBB, "sc %#jx: BBB_DATA actlen=%jd", 1541 DPRINTFM(UDMASS_BBB, "sc %#jx: actlen=%jd != " 1848 DPRINTFM(UDMASS_CBI, "sc %#jx: CBI_DATA actlen=%jd", 1920 uint32_t actlen; local in function:umass_cbi_state 1921 usbd_get_xfer_status(xfer,NULL,NULL,&actlen,NULL); 1922 DPRINTFM(UDMASS_CBI, "sc %#jx: CBI_STATUS actlen=%jd", 1923 (uintptr_t)sc, actlen, 0, 0); 1924 if (actlen != 2)
|
usbdi_util.c | 162 int res, actlen; local in function:usbd_get_initial_ddesc 170 &actlen, USBD_DEFAULT_TIMEOUT); 173 if (actlen < 8) 186 int actlen; local in function:usbd_get_string_desc 201 USBD_SHORT_XFER_OK, &actlen, USBD_DEFAULT_TIMEOUT); 205 if (actlen < 2) 212 USBD_SHORT_XFER_OK, &actlen, USBD_DEFAULT_TIMEOUT); 216 if (actlen != sdesc->bLength) { 217 DPRINTF("expected %jd, got %jd", sdesc->bLength, actlen, 0, 0); 220 *sizep = actlen; [all...] |
uvisor.c | 420 int actlen; local in function:uvisor_init 431 USBD_SHORT_XFER_OK, &actlen, USBD_DEFAULT_TIMEOUT); 444 USBD_SHORT_XFER_OK, &actlen, USBD_DEFAULT_TIMEOUT); 481 int actlen; local in function:uvisor_close 492 USBD_SHORT_XFER_OK, &actlen, USBD_DEFAULT_TIMEOUT);
|
umcs.c | 865 int actlen; local in function:umcs7840_intr 883 usbd_get_xfer_status(xfer, NULL, NULL, &actlen, NULL); 884 if (actlen == 5 || actlen == 13) { 915 "Invalid interrupt data length %d", actlen);
|
uhidev.c | 364 int actlen; local in function:uhidev_attach 373 USBD_SHORT_XFER_OK, &actlen, USBD_DEFAULT_TIMEOUT);
|
if_urtw.c | 3063 int actlen, flen, len, rssi, s; local in function:urtw_rxeof 3075 usbd_get_xfer_status(xfer, NULL, NULL, &actlen, NULL); 3076 if (actlen < URTW_MIN_RXBUFSZ) { 3083 len = actlen - (4 * 4); 3086 len = actlen - (4 * 5); 3090 if (flen > actlen) {
|
ohci.c | 1451 int i, j, actlen, iframes, uedir; local in function:ohci_softintr 1639 actlen = 0; 1666 actlen += len; 1677 xfer->ux_actlen = actlen; 1717 DPRINTFN(10, "xfer=%#jx, actlen=%jd", (uintptr_t)xfer, 1737 DPRINTFN(10, "xfer=%#jx, actlen=%jd", (uintptr_t)xfer, xfer->ux_actlen, 3809 DPRINTFN(10, "xfer=%#jx, actlen=%jd", (uintptr_t)xfer, xfer->ux_actlen,
|
ugen.c | 1405 uint32_t actlen = req->sizes[i]; local in function:ugen_isoc_rintr 1409 while (actlen > 0) { 1410 n = uimin(actlen, sce->limit - sce->fill); 1414 actlen -= n;
|
uhci.c | 832 DPRINTF("errcnt =%jd actlen =%jd pid=%02jx", 1612 int actlen; local in function:uhci_idone 1647 actlen = 0; 1668 actlen += len; 1671 xfer->ux_actlen = actlen; 1687 actlen = 0; 1698 actlen += UHCI_TD_GET_ACTLEN(status); 1714 DPRINTFN(10, "actlen=%jd, status=%#jx", actlen, status, 0, 0); 1715 xfer->ux_actlen = actlen; [all...] |
ehci.c | 1121 int actlen = 0; local in function:ehci_idone 1191 actlen += len; 1201 xfer->ux_actlen = actlen; 1246 actlen += xfer->ux_frlengths[nframes++]; 1252 xfer->ux_actlen = actlen; 1284 actlen += sqtd->len - EHCI_QTD_GET_BYTES(status); 1305 DPRINTF("len=%jd actlen=%jd status=0x%08jx", xfer->ux_length, actlen, 1307 xfer->ux_actlen = actlen; 2712 int actlen; local in function:ehci_roothub_ctrl [all...] |
xhci.c | 4344 int actlen; local in function:xhci_roothub_ctrl 4347 actlen = xhci_roothub_ctrl_locked(bus, req, buf, buflen); 4350 return actlen;
|
/src/sys/dev/ic/ |
sl811hs.c | 1937 unsigned int actlen; local in function:slhci_abdone 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) { 3196 int actlen = 0; local in function:slhci_roothub_ctrl [all...] |