HomeSort by: relevance | last modified time | path
    Searched refs:bInterval (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/dev/usb/
usbroothub.c 172 .bInterval = 255,
250 .bInterval = 12,
282 .bInterval = 8,
ehci.c 1165 i = xfer->ux_pipe->up_endpoint->ue_edesc->bInterval;
2115 if (ed->bInterval > 16) {
2123 ival = (1 << (ed->bInterval - 1)) / 8;
2125 ival = ed->bInterval;
2137 if (ed->bInterval == 0 || ed->bInterval > 16) {
2138 printf("ehci: opening pipe with invalid bInterval\n");
4322 i = epipe->pipe.up_endpoint->ue_edesc->bInterval;
4325 DPRINTF("bInterval %jd invalid", i, 0, 0, 0);
4428 if (epipe->pipe.up_endpoint->ue_edesc->bInterval *
    [all...]
uaudioreg.h 62 uByte bInterval;
usb.h 309 uByte bInterval;
uhidev.c 241 " bInterval=%d\n",
246 UGETW(ed->wMaxPacketSize), ed->bInterval));
uvideo.c 1205 desc, bInterval);
1683 "%d wMaxPacketSize=%d bInterval=%d\n",
2899 printf(" wMaxPacketSize=%d bInterval=%d",
2901 desc->bInterval);
xhci.c 2076 ed->bInterval, 0, 0);
2897 dev->ud_ep0desc.bInterval = 0;
3953 ival = ed->bInterval;
4031 * Convert usbdi bInterval value to xhci endpoint context interval value
4047 * bInterval * 8".
4048 * bInterval is at most 255 as its type is uByte.
4062 ival--; /* Interval = bInterval-1 */
4069 ival--; /* Interval = bInterval-1 */
usb_subr.c 1444 dev->ud_ep0desc.bInterval = 0;
uhci.c 3445 ival = ed->bInterval;
3841 ival = xfer->ux_pipe->up_endpoint->ue_edesc->bInterval;
uaudio.c 2145 "bInterval=%d bRefresh=%d bSynchAddress=%d\n",
2148 ed->bInterval,
2158 "bmAttributes=%#x wMaxPacketSize=%d bInterval=%d "
2162 UGETW(epdesc1->wMaxPacketSize), epdesc1->bInterval,
ohci.c 2175 ival = ed->bInterval;
  /src/sys/arch/mips/adm5120/dev/
ahci.c 749 sc->sc_interval = MS_TO_TICKS(xfer->ux_pipe->up_endpoint->ue_edesc->bInterval);
1026 MS_TO_TICKS(pipe->up_endpoint->ue_edesc->bInterval),
1050 MS_TO_TICKS(pipe->up_endpoint->ue_edesc->bInterval),
  /src/sys/external/bsd/dwc2/
dwc2.c 1023 ival = ed->bInterval;
  /src/sys/dev/ic/
sl811hs.c 1103 pipe->up_interval = ed->bInterval;

Completed in 35 milliseconds