Home
last modified time | relevance | path

Searched refs:bInterval (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dusbroothub.c172 .bInterval = 255,
250 .bInterval = 12,
282 .bInterval = 8,
H A Dehci.c1165 i = xfer->ux_pipe->up_endpoint->ue_edesc->bInterval; in ehci_idone()
2115 if (ed->bInterval > 16) { in ehci_open()
2123 ival = (1 << (ed->bInterval - 1)) / 8; in ehci_open()
2125 ival = ed->bInterval; in ehci_open()
2137 if (ed->bInterval == 0 || ed->bInterval > 16) { in ehci_open()
2138 printf("ehci: opening pipe with invalid bInterval\n"); in ehci_open()
4322 i = epipe->pipe.up_endpoint->ue_edesc->bInterval; in ehci_device_fs_isoc_init()
4325 DPRINTF("bInterval %jd invalid", i, 0, 0, 0); in ehci_device_fs_isoc_init()
4427 if (epipe->pipe.up_endpoint->ue_edesc->bInterval * in ehci_device_fs_isoc_transfer()
[all...]
H A Duaudioreg.h62 uByte bInterval; member
H A Dusb.h309 uByte bInterval; member
H A Duhidev.c246 UGETW(ed->wMaxPacketSize), ed->bInterval)); in uhidev_attach()
H A Dxhci.c2041 ed->bInterval, 0, 0); in xhci_open()
2845 dev->ud_ep0desc.bInterval = 0; in xhci_new_device()
3900 ival = ed->bInterval; in xhci_setup_maxburst()
3977 * Convert usbdi bInterval value to xhci endpoint context interval value
3993 * bInterval * 8". in xhci_bival2ival()
3994 * bInterval is at most 255 as its type is uByte. in xhci_bival2ival()
4008 ival--; /* Interval = bInterval-1 */ in xhci_bival2ival()
4015 ival--; /* Interval = bInterval-1 */ in xhci_bival2ival()
4585 ival = xfer->ux_pipe->up_endpoint->ue_edesc->bInterval; in xhci_device_isoc_enter()
H A Duvideo.c1205 desc, bInterval); in uvideo_stream_init_desc()
2901 desc->bInterval); in print_endpoint_descriptor()
H A Dusb_subr.c1441 dev->ud_ep0desc.bInterval = 0; in usbd_new_device()
H A Duhci.c3445 ival = ed->bInterval; in uhci_open()
3841 ival = xfer->ux_pipe->up_endpoint->ue_edesc->bInterval; in uhci_root_intr_start()
H A Duaudio.c2148 ed->bInterval, in uaudio_process_as()
2162 UGETW(epdesc1->wMaxPacketSize), epdesc1->bInterval, in uaudio_process_as()
H A Dohci.c2175 ival = ed->bInterval; in ohci_open()
/netbsd-src/sys/arch/mips/adm5120/dev/
H A Dahci.c749 sc->sc_interval = MS_TO_TICKS(xfer->ux_pipe->up_endpoint->ue_edesc->bInterval); in ahci_root_intr_start()
1026 MS_TO_TICKS(pipe->up_endpoint->ue_edesc->bInterval), in ahci_device_intr_start()
1050 MS_TO_TICKS(pipe->up_endpoint->ue_edesc->bInterval), in ahci_poll_device()
/netbsd-src/sys/external/bsd/dwc2/
H A Ddwc2.c1023 ival = ed->bInterval; in dwc2_device_start()
/netbsd-src/sys/dev/ic/
H A Dsl811hs.c1103 pipe->up_interval = ed->bInterval; in slhci_open()